Home
last modified time | relevance | path

Searched refs:application_protocol (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Daltscontext.pb.c13 …NG , OPTIONAL, CALLBACK, FIRST, grpc_gcp_AltsContext, application_protocol, application_protocol,…
14 …RING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_AltsContext, record_protocol, application_protocol, 0),
Dalts_handshaker_service_api.cc132 grpc_gcp_handshaker_req* req, const char* application_protocol) { in grpc_gcp_handshaker_req_add_application_protocol() argument
133 if (req == nullptr || application_protocol == nullptr || req->has_next) { in grpc_gcp_handshaker_req_add_application_protocol()
140 create_slice(application_protocol, strlen(application_protocol)); in grpc_gcp_handshaker_req_add_application_protocol()
474 static_cast<grpc_slice*>(resp->result.application_protocol.arg)); in grpc_gcp_handshaker_resp_destroy()
506 resp->result.application_protocol.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
Dhandshaker.pb.c73 … OPTIONAL, CALLBACK, FIRST, grpc_gcp_HandshakerResult, application_protocol, application_protocol,…
74 … , OPTIONAL, CALLBACK, OTHER, grpc_gcp_HandshakerResult, record_protocol, application_protocol, 0),
Daltscontext.pb.h19 pb_callback_t application_protocol; member
Dalts_handshaker_service_api.h115 grpc_gcp_handshaker_req* req, const char* application_protocol);
Dhandshaker.pb.h64 pb_callback_t application_protocol; member
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_client_test.cc177 grpc_slice* application_protocol = (grpc_slice*)data; in check_client_start_success() local
181 GPR_ASSERT(memcmp(GRPC_SLICE_START_PTR(*application_protocol), in check_client_start_success()
183 GRPC_SLICE_LENGTH(*application_protocol)) == 0); in check_client_start_success()
218 grpc_slice* application_protocol = (grpc_slice*)data; in check_server_start_success() local
219 GPR_ASSERT(memcmp(GRPC_SLICE_START_PTR(*application_protocol), in check_server_start_success()
221 GRPC_SLICE_LENGTH(*application_protocol)) == 0); in check_server_start_success()
Dalts_handshaker_service_api_test_lib.cc70 grpc_gcp_handshaker_resp* resp, const char* application_protocol) { in grpc_gcp_handshaker_resp_set_application_protocol() argument
71 if (resp == nullptr || application_protocol == nullptr) { in grpc_gcp_handshaker_resp_set_application_protocol()
79 create_slice(application_protocol, strlen(application_protocol)); in grpc_gcp_handshaker_resp_set_application_protocol()
80 resp->result.application_protocol.arg = slice; in grpc_gcp_handshaker_resp_set_application_protocol()
81 resp->result.application_protocol.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_application_protocol()
589 static_cast<grpc_slice*>(l_result->application_protocol.arg), in grpc_gcp_handshaker_resp_result_equals()
590 static_cast<grpc_slice*>(r_result->application_protocol.arg)); in grpc_gcp_handshaker_resp_result_equals()
Dalts_handshaker_service_api_test_lib.h50 grpc_gcp_handshaker_resp* resp, const char* application_protocol);
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Daltscontext.proto25 string application_protocol = 1; field
Dhandshaker.proto160 string application_protocol = 1; field
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Daltscontext.proto25 string application_protocol = 1; field
Dhandshaker.proto160 string application_protocol = 1; field
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto160 string application_protocol = 1; field