Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test.cc38 grpc_gcp_handshaker_decoded_req_create(NEXT_REQ); in main()
51 decoded_req = grpc_gcp_handshaker_decoded_req_create(CLIENT_START_REQ); in main()
82 decoded_req = grpc_gcp_handshaker_decoded_req_create(SERVER_START_REQ); in main()
Dalts_handshaker_service_api_test_lib.h37 grpc_gcp_handshaker_req* grpc_gcp_handshaker_decoded_req_create(
Dalts_handshaker_client_test.cc139 grpc_gcp_handshaker_req* req = grpc_gcp_handshaker_decoded_req_create(type); in deserialize_handshaker_req()
Dalts_handshaker_service_api_test_lib.cc23 grpc_gcp_handshaker_req* grpc_gcp_handshaker_decoded_req_create( in grpc_gcp_handshaker_decoded_req_create() function