Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test.cc40 grpc_gcp_handshaker_req_set_in_bytes(req, in_bytes, strlen(in_bytes))); in main()
90 grpc_gcp_handshaker_req_set_in_bytes(req, in_bytes, strlen(in_bytes))); in main()
142 GPR_ASSERT(!grpc_gcp_handshaker_req_set_in_bytes(nullptr, in_bytes, in main()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.h226 bool grpc_gcp_handshaker_req_set_in_bytes(grpc_gcp_handshaker_req* req,
Dalts_handshaker_client.cc148 ok &= grpc_gcp_handshaker_req_set_in_bytes( in get_serialized_start_server()
190 bool ok = grpc_gcp_handshaker_req_set_in_bytes( in get_serialized_next()
Dalts_handshaker_service_api.cc332 bool grpc_gcp_handshaker_req_set_in_bytes(grpc_gcp_handshaker_req* req, in grpc_gcp_handshaker_req_set_in_bytes() function