/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api.cc | 61 req->client_start.local_identity.hostname.arg)); in grpc_gcp_handshaker_req_destroy() 63 req->client_start.local_identity.service_account.arg)); in grpc_gcp_handshaker_req_destroy() 234 set_identity_hostname(&req->client_start.local_identity, hostname); in grpc_gcp_handshaker_req_set_local_identity_hostname() 247 set_identity_service_account(&req->client_start.local_identity, in grpc_gcp_handshaker_req_set_local_identity_service_account() 403 grpc_gcp_identity* local_identity = in grpc_gcp_handshaker_req_param_add_local_identity_hostname() local 404 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*local_identity))); in grpc_gcp_handshaker_req_param_add_local_identity_hostname() 405 set_identity_hostname(local_identity, hostname); in grpc_gcp_handshaker_req_param_add_local_identity_hostname() 408 local_identity); in grpc_gcp_handshaker_req_param_add_local_identity_hostname() 425 grpc_gcp_identity* local_identity = in grpc_gcp_handshaker_req_param_add_local_identity_service_account() local 426 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*local_identity))); in grpc_gcp_handshaker_req_param_add_local_identity_service_account() [all …]
|
D | handshaker.pb.c | 30 …SSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, local_identity, target_identi… 31 …, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, local_endpoint, local_identity, &grpc_gcp_End… 77 …PB_FIELD( 5, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerResult, local_identity, peer… 78 …L , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerResult, keep_channel_open, local_identity, 0), 107 …local_identity) < 65536 && pb_membersize(grpc_gcp_StartClientHandshakeReq, local_endpoint) < 65536… 118 …local_identity) < 256 && pb_membersize(grpc_gcp_StartClientHandshakeReq, local_endpoint) < 256 && …
|
D | handshaker.pb.h | 70 grpc_gcp_Identity local_identity; member 111 grpc_gcp_Identity local_identity; member
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 36 req->client_start.local_identity.hostname.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 38 req->client_start.local_identity.service_account.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 138 set_identity_hostname(&resp->result.local_identity, hostname); in grpc_gcp_handshaker_resp_set_local_identity_hostname() 152 set_identity_service_account(&resp->result.local_identity, service_account); in grpc_gcp_handshaker_resp_set_local_identity_service_account() 491 result &= handshaker_identity_equals(&l_req->local_identity, in grpc_gcp_handshaker_client_start_req_equals() 492 &r_req->local_identity); in grpc_gcp_handshaker_client_start_req_equals() 603 result &= handshaker_identity_equals(&l_result->local_identity, in grpc_gcp_handshaker_resp_result_equals() 604 &r_result->local_identity); in grpc_gcp_handshaker_resp_result_equals()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 298 const grpc_gcp_Identity* local_identity = in alts_tsi_handshaker_result_create() local 300 if (local_identity == nullptr) { in alts_tsi_handshaker_result_create() 305 grpc_gcp_Identity_service_account(local_identity); in alts_tsi_handshaker_result_create()
|
/external/webrtc/pc/ |
D | stats_collector_unittest.cc | 664 void TestCertificateReports(const rtc::FakeSSLIdentity& local_identity, in TestCertificateReports() argument 685 rtc::RTCCertificate::Create(local_identity.Clone())); in TestCertificateReports() 1389 rtc::FakeSSLIdentity local_identity(DersToPems(local_ders)); in TEST_F() local 1399 TestCertificateReports(local_identity, local_ders, remote_identity, in TEST_F() 1408 rtc::FakeSSLIdentity local_identity(DerToPem(local_der)); in TEST_F() local 1414 TestCertificateReports(local_identity, std::vector<std::string>(1, local_der), in TEST_F() 1461 rtc::FakeSSLIdentity local_identity(DerToPem(local_der)); in TEST_F() local 1469 TestCertificateReports(local_identity, std::vector<std::string>(1, local_der), in TEST_F()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 81 Identity local_identity = 5; field 174 Identity local_identity = 5; field
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 81 Identity local_identity = 5; field 174 Identity local_identity = 5; field
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 81 Identity local_identity = 5; field 174 Identity local_identity = 5; field
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 81 Identity local_identity = 5; field 174 Identity local_identity = 5; field
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/ |
D | handshaker.proto | 91 Identity local_identity = 5; field 190 Identity local_identity = 5; field
|