Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test.cc113 grpc_gcp_handshaker_resp* resp = grpc_gcp_handshaker_resp_create(); in main()
114 grpc_gcp_handshaker_resp* decoded_resp = grpc_gcp_handshaker_resp_create(); in main()
Dalts_tsi_utils_test.cc39 grpc_gcp_handshaker_resp* resp = grpc_gcp_handshaker_resp_create(); in deserialize_response_test()
Dalts_tsi_handshaker_test.cc116 grpc_gcp_handshaker_resp* resp = grpc_gcp_handshaker_resp_create(); in generate_handshaker_response()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_utils.cc50 grpc_gcp_handshaker_resp* resp = grpc_gcp_handshaker_resp_create(); in alts_tsi_utils_deserialize_response()
Dalts_handshaker_service_api.h306 grpc_gcp_handshaker_resp* grpc_gcp_handshaker_resp_create(void);
Dalts_handshaker_service_api.cc460 grpc_gcp_handshaker_resp* grpc_gcp_handshaker_resp_create(void) { in grpc_gcp_handshaker_resp_create() function