Home
last modified time | relevance | path

Searched defs:peer_identity (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
H A Dfake_handshaker_server.cc61 explicit FakeHandshakerService(const std::string& peer_identity) in FakeHandshakerService()
253 const std::string& peer_identity) { in CreateFakeHandshakerService()
H A Dfake_handshaker_server_main.cc36 const std::string& peer_identity) { in RunFakeHandshakerServer()
H A Dhandshaker.proto177 Identity peer_identity = 4; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.h43 const char* peer_identity() { return peer_identity_.c_str(); } in peer_identity() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/load_reporting/
H A Dserver_load_reporting_filter.h46 const char* peer_identity() { return peer_identity_.c_str(); } in peer_identity() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc78 char* peer_identity; member
349 grpc_gcp_Identity* peer_identity = const_cast<grpc_gcp_Identity*>(identity); in alts_tsi_handshaker_result_create() local
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker.cc75 char* peer_identity; member
348 grpc_gcp_Identity* peer_identity = const_cast<grpc_gcp_Identity*>(identity); in alts_tsi_handshaker_result_create() local
/aosp_15_r20/external/grpc-grpc/test/cpp/common/
H A Dsecure_auth_context_test.cc56 std::vector<grpc::string_ref> peer_identity = context.GetPeerIdentity(); in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/security/
Dauth_context.rs59 pub fn peer_identity(&self) -> AuthPropertyIter { in peer_identity() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto171 Identity peer_identity = 4; field
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
H A Dhandshaker.proto171 Identity peer_identity = 4; field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/gcp/
H A Dhandshaker.proto187 Identity peer_identity = 4; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/gcp/
Dhandshaker.proto187 Identity peer_identity = 4; field
/aosp_15_r20/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
H A Dhandshaker.proto187 Identity peer_identity = 4; field
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_end2end_test_lib.h305 auto peer_identity = context->auth_context()->GetPeerIdentity(); in Echo() local
H A Dxds_end2end_test.cc1092 std::vector<std::string> peer_identity; in SendRpc() local
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker_test.cc134 grpc_gcp_Identity* peer_identity; in generate_handshaker_response() local