/external/grpc-grpc/test/core/security/ |
D | auth_context_test.cc | 40 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(ctx, "bar") == in test_empty_context() 57 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(ctx, "name") == in test_simple_context() 97 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(ctx, "name") == in test_chained_context()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | auth_context_test.cc | 44 grpc_auth_context_set_peer_identity_property_name(ctx.get(), "bar") == 0); in test_empty_context() 62 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(ctx.get(), in test_simple_context() 105 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(ctx.get(), in test_chained_context()
|
/external/grpc-grpc/test/cpp/common/ |
D | auth_property_iterator_test.cc | 48 grpc_auth_context_set_peer_identity_property_name(ctx_, "name")); in SetUp()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | secure_auth_context.cc | 88 return grpc_auth_context_set_peer_identity_property_name(ctx_.get(), in SetPeerIdentityPropertyName()
|
/external/grpc-grpc/src/cpp/common/ |
D | secure_auth_context.cc | 94 return grpc_auth_context_set_peer_identity_property_name(ctx_, in SetPeerIdentityPropertyName()
|
/external/grpc-grpc/ |
D | grpc.def | 93 grpc_auth_context_set_peer_identity_property_name
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.def | 98 grpc_auth_context_set_peer_identity_property_name
|
/external/grpc-grpc/src/core/lib/security/security_connector/ |
D | local_security_connector.cc | 120 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name( in local_auth_context_create()
|
D | alts_security_connector.cc | 162 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name( in grpc_alts_auth_context_from_tsi_peer()
|
D | security_connector.cc | 854 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_oauth2.cc | 74 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name( in process_oauth2_success()
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 100 GRPCAPI int grpc_auth_context_set_peer_identity_property_name(
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/ |
D | local_security_connector.cc | 57 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name( in local_auth_context_create()
|
/external/grpc-grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 152 printf("%lx", (unsigned long) grpc_auth_context_set_peer_identity_property_name); in main()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/ |
D | alts_security_connector.cc | 248 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name( in grpc_alts_auth_context_from_tsi_peer()
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc_security.h | 100 GRPCAPI int grpc_auth_context_set_peer_identity_property_name(
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/ |
D | security_context.cc | 147 int grpc_auth_context_set_peer_identity_property_name(grpc_auth_context* ctx, in grpc_auth_context_set_peer_identity_property_name() function
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc_security.h | 100 GRPCAPI int grpc_auth_context_set_peer_identity_property_name(
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 187 int grpc_auth_context_set_peer_identity_property_name(grpc_auth_context* ctx, function
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ |
D | ssl_utils.cc | 317 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name( in grpc_ssl_peer_to_auth_context()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 319 #define grpc_auth_context_set_peer_identity_property_name grpc_auth_context_set_peer_identity_prope… macro
|
/external/rust/crates/grpcio-sys/bindings/ |
D | x86_64-unknown-linux-gnu-bindings.rs | 2486 pub fn grpc_auth_context_set_peer_identity_property_name( in grpc_auth_context_set_peer_identity_property_name() function
|
D | aarch64-unknown-linux-gnu-bindings.rs | 2486 pub fn grpc_auth_context_set_peer_identity_property_name( in grpc_auth_context_set_peer_identity_property_name() function
|