Home
last modified time | relevance | path

Searched refs:decoded_req (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test.cc37 grpc_gcp_handshaker_req* decoded_req = in main() local
43 GPR_ASSERT(grpc_gcp_handshaker_req_decode(encoded_req, decoded_req)); in main()
44 GPR_ASSERT(grpc_gcp_handshaker_req_equals(req, decoded_req)); in main()
46 grpc_gcp_handshaker_req_destroy(decoded_req); in main()
51 decoded_req = grpc_gcp_handshaker_decoded_req_create(CLIENT_START_REQ); in main()
74 GPR_ASSERT(grpc_gcp_handshaker_req_decode(encoded_req, decoded_req)); in main()
75 GPR_ASSERT(grpc_gcp_handshaker_req_equals(req, decoded_req)); in main()
77 grpc_gcp_handshaker_req_destroy(decoded_req); in main()
82 decoded_req = grpc_gcp_handshaker_decoded_req_create(SERVER_START_REQ); in main()
106 GPR_ASSERT(grpc_gcp_handshaker_req_decode(encoded_req, decoded_req)); in main()
[all …]