Home
last modified time | relevance | path

Searched refs:local_identity (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/alts/handshaker/
H A Dalts_handshaker_service_api.cc61 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()
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
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
427 set_identity_service_account(local_identity, service_account); in grpc_gcp_handshaker_req_param_add_local_identity_service_account()
430 local_identity); in grpc_gcp_handshaker_req_param_add_local_identity_service_account()
481 resp->result.local_identity.service_account.arg)); in grpc_gcp_handshaker_resp_destroy()
[all …]
H A Dhandshaker.pb.c30 …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),
107local_identity) < 65536 && pb_membersize(grpc_gcp_StartClientHandshakeReq, local_endpoint) < 65536…
118local_identity) < 256 && pb_membersize(grpc_gcp_StartClientHandshakeReq, local_endpoint) < 256 && …
H A Dhandshaker.pb.h70 grpc_gcp_Identity local_identity; member
111 grpc_gcp_Identity local_identity; member
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/protocol/src/
H A Dratchet.rs32 let local_identity = parameters.our_identity_key_pair().identity_key(); in initialize_alice_session() localVariable
71 local_identity_public: local_identity.public_key().serialize().to_vec(), in initialize_alice_session()
95 let local_identity = parameters.our_identity_key_pair().identity_key(); in initialize_bob_session() localVariable
134 local_identity_public: local_identity.public_key().serialize().to_vec(), in initialize_bob_session()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/tsi/alts/handshaker/
H A Dalts_handshaker_service_api_test_lib.cc36 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()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/inspectlib/
H A Dquery.py193 self.local_identity = dict()
424 if not self.local_identity:
425 self.local_identity["users"] = self._get_local_users()
426 self.local_identity["groups"] = self._get_local_groups()
431 for name, meta in self.local_identity[uid and "users" or "groups"].items():
/dports/devel/grpc130/grpc-1.30.2/test/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker_test.cc132 grpc_gcp_Identity* local_identity; in generate_handshaker_response() local
159 local_identity = in generate_handshaker_response()
162 local_identity, in generate_handshaker_response()
188 local_identity = in generate_handshaker_response()
191 local_identity, in generate_handshaker_response()
/dports/devel/grpc134/grpc-1.34.1/test/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker_test.cc135 grpc_gcp_Identity* local_identity; in generate_handshaker_response() local
167 local_identity = in generate_handshaker_response()
170 local_identity, in generate_handshaker_response()
201 local_identity = in generate_handshaker_response()
204 local_identity, in generate_handshaker_response()
/dports/devel/grpc/grpc-1.42.0/test/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker_test.cc136 grpc_gcp_Identity* local_identity; in generate_handshaker_response() local
168 local_identity = in generate_handshaker_response()
171 local_identity, in generate_handshaker_response()
202 local_identity = in generate_handshaker_response()
205 local_identity, in generate_handshaker_response()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/cable/
H A Dv2_handshake.h85 local_identity); in COMPONENT_EXPORT()
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker.cc308 const grpc_gcp_Identity* local_identity = in alts_tsi_handshaker_result_create() local
310 if (local_identity == nullptr) { in alts_tsi_handshaker_result_create()
315 grpc_gcp_Identity_service_account(local_identity); in alts_tsi_handshaker_result_create()
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker.cc296 const grpc_gcp_Identity* local_identity = in alts_tsi_handshaker_result_create() local
298 if (local_identity == nullptr) { in alts_tsi_handshaker_result_create()
303 grpc_gcp_Identity_service_account(local_identity); in alts_tsi_handshaker_result_create()
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker.cc298 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()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker.cc308 const grpc_gcp_Identity* local_identity = in alts_tsi_handshaker_result_create() local
310 if (local_identity == nullptr) { in alts_tsi_handshaker_result_create()
315 grpc_gcp_Identity_service_account(local_identity); in alts_tsi_handshaker_result_create()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker.cc308 const grpc_gcp_Identity* local_identity = in alts_tsi_handshaker_result_create() local
310 if (local_identity == nullptr) { in alts_tsi_handshaker_result_create()
315 grpc_gcp_Identity_service_account(local_identity); in alts_tsi_handshaker_result_create()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Ddtlstransportchannel_unittest.cc120 void Negotiate(rtc::SSLIdentity* local_identity, in Negotiate() argument
128 if (local_identity) { in Negotiate()
130 rtc::DIGEST_SHA_1, local_identity)); in Negotiate()
179 negotiated_dtls_ = (local_identity && remote_identity); in Negotiate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dstats_collector_unittest.cc664 void TestCertificateReports(const rtc::FakeSSLIdentity& local_identity, in TestCertificateReports() argument
686 std::unique_ptr<rtc::SSLIdentity>(local_identity.GetReference()))); in TestCertificateReports()
1390 rtc::FakeSSLIdentity local_identity(DersToPems(local_ders)); in TEST_F() local
1400 TestCertificateReports(local_identity, local_ders, remote_identity, in TEST_F()
1409 rtc::FakeSSLIdentity local_identity(DerToPem(local_der)); in TEST_F() local
1415 TestCertificateReports(local_identity, std::vector<std::string>(1, local_der), in TEST_F()
1462 rtc::FakeSSLIdentity local_identity(DerToPem(local_der)); in TEST_F() local
1470 TestCertificateReports(local_identity, std::vector<std::string>(1, local_der), in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dstats_collector_unittest.cc664 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dstats_collector_unittest.cc664 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()
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/alts/handshaker/proto/
H A Dhandshaker.proto81 Identity local_identity = 5; field
174 Identity local_identity = 5; field
/dports/devel/grpc134/grpc-1.34.1/test/core/tsi/alts/fake_handshaker/
H A Dhandshaker.proto81 Identity local_identity = 5; field
174 Identity local_identity = 5; field
/dports/devel/grpc130/grpc-1.30.2/test/core/tsi/alts/fake_handshaker/
H A Dhandshaker.proto81 Identity local_identity = 5; field
174 Identity local_identity = 5; field
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/alts/handshaker/proto/
H A Dhandshaker.proto81 Identity local_identity = 5; field
174 Identity local_identity = 5; field
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/alts/handshaker/proto/
H A Dhandshaker.proto81 Identity local_identity = 5; field
174 Identity local_identity = 5; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/alts/handshaker/proto/
H A Dhandshaker.proto81 Identity local_identity = 5; field
174 Identity local_identity = 5; field

12