Go to the source code of this file.
|
grpc_gcp_HandshakerReq * | grpc_gcp_handshaker_req_decode (grpc_slice slice, upb_Arena *arena) |
|
bool | grpc_gcp_handshaker_resp_equals (const grpc_gcp_HandshakerResp *l_resp, const grpc_gcp_HandshakerResp *r_resp) |
|
bool | grpc_gcp_handshaker_resp_result_equals (const grpc_gcp_HandshakerResult *l_result, const grpc_gcp_HandshakerResult *r_result) |
|
bool | grpc_gcp_handshaker_resp_set_peer_rpc_versions (grpc_gcp_HandshakerResp *resp, upb_Arena *arena, uint32_t max_major, uint32_t max_minor, uint32_t min_major, uint32_t min_minor) |
|
bool | grpc_gcp_handshaker_resp_status_equals (const grpc_gcp_HandshakerStatus *l_status, const grpc_gcp_HandshakerStatus *r_status) |
|
static bool | handshaker_identity_equals (const grpc_gcp_Identity *l_id, const grpc_gcp_Identity *r_id) |
|
static bool | handshaker_rpc_versions_equals (const grpc_gcp_RpcProtocolVersions *l_version, const grpc_gcp_RpcProtocolVersions *r_version) |
|
◆ grpc_gcp_handshaker_req_decode()
◆ grpc_gcp_handshaker_resp_equals()
◆ grpc_gcp_handshaker_resp_result_equals()
◆ grpc_gcp_handshaker_resp_set_peer_rpc_versions()
The first part of this file contains function signatures for de-serializing ALTS handshake requests and setting/serializing ALTS handshake responses, which simulate the behaviour of grpc server that runs ALTS handshaker service.
Definition at line 21 of file alts_handshaker_service_api_test_lib.cc.
◆ grpc_gcp_handshaker_resp_status_equals()
◆ handshaker_identity_equals()
◆ handshaker_rpc_versions_equals()