Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dalts_context.cc32 upb_strview application_protocol = in AltsContext() local
34 if (application_protocol.data != nullptr && application_protocol.size > 0) { in AltsContext()
36 std::string(application_protocol.data, application_protocol.size); in AltsContext()
100 std::string AltsContext::application_protocol() const { in application_protocol() function in grpc::experimental::AltsContext
/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/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dalts_context.h48 std::string application_protocol() const;
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dalts_context.h48 std::string application_protocol() const;
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Daltscontext.proto25 string application_protocol = 1; field
Dhandshaker.proto160 string application_protocol = 1; field
/external/rust/crates/grpcio-sys/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/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc286 upb_strview application_protocol = in alts_tsi_handshaker_result_create() local
288 if (application_protocol.size == 0) { in alts_tsi_handshaker_result_create()
327 grpc_gcp_AltsContext_set_application_protocol(context, application_protocol); in alts_tsi_handshaker_result_create()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/
Daltscontext.proto31 string application_protocol = 1; field
Dhandshaker.proto176 string application_protocol = 1; field
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto160 string application_protocol = 1; field