Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test.cc45 grpc_gcp_handshaker_req_destroy(req); in main()
46 grpc_gcp_handshaker_req_destroy(decoded_req); in main()
76 grpc_gcp_handshaker_req_destroy(req); in main()
77 grpc_gcp_handshaker_req_destroy(decoded_req); in main()
108 grpc_gcp_handshaker_req_destroy(req); in main()
109 grpc_gcp_handshaker_req_destroy(decoded_req); in main()
Dalts_handshaker_client_test.cc198 grpc_gcp_handshaker_req_destroy(req); in check_client_start_success()
235 grpc_gcp_handshaker_req_destroy(req); in check_server_start_success()
255 grpc_gcp_handshaker_req_destroy(req); in check_next_success()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc115 grpc_gcp_handshaker_req_destroy(req); in get_serialized_start_client()
162 grpc_gcp_handshaker_req_destroy(req); in get_serialized_start_server()
200 grpc_gcp_handshaker_req_destroy(req); in get_serialized_next()
Dalts_handshaker_service_api.h303 void grpc_gcp_handshaker_req_destroy(grpc_gcp_handshaker_req* req);
Dalts_handshaker_service_api.cc47 void grpc_gcp_handshaker_req_destroy(grpc_gcp_handshaker_req* req) { in grpc_gcp_handshaker_req_destroy() function