Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test.cc36 grpc_gcp_handshaker_req* req = grpc_gcp_handshaker_req_create(NEXT_REQ); in main()
50 req = grpc_gcp_handshaker_req_create(CLIENT_START_REQ); in main()
81 req = grpc_gcp_handshaker_req_create(SERVER_START_REQ); in main()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc88 grpc_gcp_handshaker_req_create(CLIENT_START_REQ); in get_serialized_start_client()
143 grpc_gcp_handshaker_req_create(SERVER_START_REQ); in get_serialized_start_server()
189 grpc_gcp_handshaker_req* req = grpc_gcp_handshaker_req_create(NEXT_REQ); in get_serialized_next()
Dalts_handshaker_service_api.h76 grpc_gcp_handshaker_req* grpc_gcp_handshaker_req_create(
Dalts_handshaker_service_api.cc29 grpc_gcp_handshaker_req* grpc_gcp_handshaker_req_create( in grpc_gcp_handshaker_req_create() function