/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | alts_context.cc | 32 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/ |
D | altscontext.pb.c | 13 …NG , OPTIONAL, CALLBACK, FIRST, grpc_gcp_AltsContext, application_protocol, application_protocol,… 14 …RING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_AltsContext, record_protocol, application_protocol, 0),
|
D | alts_handshaker_service_api.cc | 132 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()
|
D | handshaker.pb.c | 73 … OPTIONAL, CALLBACK, FIRST, grpc_gcp_HandshakerResult, application_protocol, application_protocol,… 74 … , OPTIONAL, CALLBACK, OTHER, grpc_gcp_HandshakerResult, record_protocol, application_protocol, 0),
|
D | altscontext.pb.h | 19 pb_callback_t application_protocol; member
|
D | alts_handshaker_service_api.h | 115 grpc_gcp_handshaker_req* req, const char* application_protocol);
|
D | handshaker.pb.h | 64 pb_callback_t application_protocol; member
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_client_test.cc | 177 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()
|
D | alts_handshaker_service_api_test_lib.cc | 70 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()
|
D | alts_handshaker_service_api_test_lib.h | 50 grpc_gcp_handshaker_resp* resp, const char* application_protocol);
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/ |
D | alts_context.h | 48 std::string application_protocol() const;
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/ |
D | alts_context.h | 48 std::string application_protocol() const;
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | altscontext.proto | 25 string application_protocol = 1; field
|
D | handshaker.proto | 160 string application_protocol = 1; field
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/ |
D | altscontext.proto | 25 string application_protocol = 1; field
|
D | handshaker.proto | 160 string application_protocol = 1; field
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | altscontext.proto | 25 string application_protocol = 1; field
|
D | handshaker.proto | 160 string application_protocol = 1; field
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 286 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/ |
D | altscontext.proto | 31 string application_protocol = 1; field
|
D | handshaker.proto | 176 string application_protocol = 1; field
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 160 string application_protocol = 1; field
|