Searched refs:application_protocols (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | handshaker.pb.c | 27 …G , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, application_protocols, handshake… 28 …ED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, record_protocols, application_protocols, 0), 45 …D, CALLBACK, FIRST, grpc_gcp_StartServerHandshakeReq, application_protocols, application_protocols… 46 … , OTHER, grpc_gcp_StartServerHandshakeReq, handshake_parameters, application_protocols, &grpc_gcp…
|
D | alts_handshaker_service_api.cc | 56 req->client_start.application_protocols.arg)); in grpc_gcp_handshaker_req_destroy() 86 req->server_start.application_protocols.arg)); in grpc_gcp_handshaker_req_destroy() 143 &req->client_start.application_protocols.arg), in grpc_gcp_handshaker_req_add_application_protocol() 145 req->client_start.application_protocols.funcs.encode = in grpc_gcp_handshaker_req_add_application_protocol() 149 &req->server_start.application_protocols.arg), in grpc_gcp_handshaker_req_add_application_protocol() 151 req->server_start.application_protocols.funcs.encode = in grpc_gcp_handshaker_req_add_application_protocol()
|
D | handshaker.pb.h | 107 pb_callback_t application_protocols; member 123 pb_callback_t application_protocols; member
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 32 req->client_start.application_protocols.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 48 req->server_start.application_protocols.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 475 static_cast<const repeated_field*>(l_req->application_protocols.arg), in grpc_gcp_handshaker_client_start_req_equals() 476 static_cast<const repeated_field*>(r_req->application_protocols.arg)); in grpc_gcp_handshaker_client_start_req_equals() 516 static_cast<const repeated_field*>(l_req->application_protocols.arg), in grpc_gcp_handshaker_server_start_req_equals() 517 static_cast<const repeated_field*>(r_req->application_protocols.arg)); in grpc_gcp_handshaker_server_start_req_equals()
|
D | alts_handshaker_client_test.cc | 174 req->client_start.application_protocols.arg)) in check_client_start_success() 215 req->server_start.application_protocols.arg)) in check_server_start_success()
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 68 repeated string application_protocols = 2; field 113 repeated string application_protocols = 1; field
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 68 repeated string application_protocols = 2; field 113 repeated string application_protocols = 1; field
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 68 repeated string application_protocols = 2; field 113 repeated string application_protocols = 1; field
|