19 #ifndef GRPC_CORE_TSI_ALTS_HANDSHAKER_ALTS_TSI_UTILS_H 20 #define GRPC_CORE_TSI_ALTS_HANDSHAKER_ALTS_TSI_UTILS_H
Definition: grpc_types.h:40
struct grpc_gcp_HandshakerResp grpc_gcp_HandshakerResp
Definition: handshaker.upb.h:46
tsi_result alts_tsi_utils_convert_to_tsi_result(grpc_status_code code)
This method converts grpc_status_code code to the corresponding tsi_result code.
Definition: alts_tsi_utils.cc:27
tsi_result
Definition: transport_security_interface.h:31
grpc_status_code
Definition: status.h:26
grpc_gcp_HandshakerResp * alts_tsi_utils_deserialize_response(grpc_byte_buffer *resp_buffer, upb_arena *arena)
This method deserializes a handshaker response returned from ALTS handshaker service.
Definition: alts_tsi_utils.cc:44