/external/grpc-grpc/test/core/security/ |
D | auth_context_test.cc | 34 it = grpc_auth_context_peer_identity(ctx); in test_empty_context() 74 it = grpc_auth_context_peer_identity(ctx); in test_simple_context() 120 it = grpc_auth_context_peer_identity(ctx); in test_chained_context()
|
D | alts_security_connector_test.cc | 104 it = grpc_auth_context_peer_identity(ctx); in test_identity()
|
D | security_connector_test.cc | 111 it = grpc_auth_context_peer_identity(ctx); in check_identity()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | auth_context_test.cc | 37 it = grpc_auth_context_peer_identity(ctx.get()); in test_empty_context() 79 it = grpc_auth_context_peer_identity(ctx.get()); in test_simple_context() 128 it = grpc_auth_context_peer_identity(ctx.get()); in test_chained_context()
|
D | alts_security_connector_test.cc | 130 it = grpc_auth_context_peer_identity(ctx); in test_identity()
|
D | security_connector_test.cc | 141 it = grpc_auth_context_peer_identity(ctx); in check_identity()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | secure_auth_context.cc | 30 grpc_auth_context_peer_identity(ctx_.get()); in GetPeerIdentity()
|
/external/grpc-grpc/src/cpp/common/ |
D | secure_auth_context.cc | 37 grpc_auth_property_iterator iter = grpc_auth_context_peer_identity(ctx_); in GetPeerIdentity()
|
/external/rust/crates/grpcio/src/ |
D | auth_context.rs | 62 let iter = grpc_sys::grpc_auth_context_peer_identity(self.ctx.as_ref()); in peer_identity()
|
/external/grpc-grpc/ |
D | grpc.def | 85 grpc_auth_context_peer_identity
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | security.pyx.pxi | 42 properties = grpc_auth_context_peer_identity(auth_context)
|
D | grpc.pxi | 554 grpc_auth_property_iterator grpc_auth_context_peer_identity(
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.def | 90 grpc_auth_context_peer_identity
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 60 grpc_auth_context_peer_identity(const grpc_auth_context* ctx);
|
/external/grpc-grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 144 printf("%lx", (unsigned long) grpc_auth_context_peer_identity); in main()
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc_security.h | 60 grpc_auth_context_peer_identity(const grpc_auth_context* ctx);
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/ |
D | security_context.cc | 214 grpc_auth_property_iterator grpc_auth_context_peer_identity( in grpc_auth_context_peer_identity() function
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc_security.h | 60 grpc_auth_context_peer_identity(const grpc_auth_context* ctx);
|
/external/grpc-grpc/src/core/ext/filters/load_reporting/ |
D | server_load_reporting_filter.cc | 56 grpc_auth_context_peer_identity(auth_context); in Init()
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 253 grpc_auth_property_iterator grpc_auth_context_peer_identity( function
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/load_reporting/ |
D | server_load_reporting_filter.cc | 62 grpc_auth_context_peer_identity(auth_context); in Init()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | call_creds.cc | 113 it = grpc_auth_context_peer_identity(ctx); in print_auth_context()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 295 #define grpc_auth_context_peer_identity grpc_auth_context_peer_identity_import macro
|
/external/rust/crates/grpcio-sys/bindings/ |
D | x86_64-unknown-linux-gnu-bindings.rs | 2432 pub fn grpc_auth_context_peer_identity( in grpc_auth_context_peer_identity() function
|
D | aarch64-unknown-linux-gnu-bindings.rs | 2432 pub fn grpc_auth_context_peer_identity( in grpc_auth_context_peer_identity() function
|