/external/grpc-grpc/test/core/security/ |
D | security_connector_test.cc | 92 GPR_ASSERT(!grpc_auth_context_peer_is_authenticated(ctx)); in test_unauthenticated_ssl_peer() 110 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in check_identity() 192 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in test_cn_only_ssl_peer_to_auth_context() 228 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in test_cn_and_one_san_ssl_peer_to_auth_context() 269 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in test_cn_and_multiple_sans_ssl_peer_to_auth_context() 315 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
|
D | alts_security_connector_test.cc | 103 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in test_identity()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | security_connector_test.cc | 122 GPR_ASSERT(!grpc_auth_context_peer_is_authenticated(ctx.get())); in test_unauthenticated_ssl_peer() 140 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in check_identity() 280 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx.get())); in test_cn_only_ssl_peer_to_auth_context() 326 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx.get())); in test_cn_and_one_san_ssl_peer_to_auth_context() 376 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx.get())); in test_cn_and_multiple_sans_ssl_peer_to_auth_context() 431 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx.get())); in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
|
D | alts_security_connector_test.cc | 129 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in test_identity()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | secure_auth_context.cc | 94 return grpc_auth_context_peer_is_authenticated(ctx_.get()) != 0; in IsPeerAuthenticated()
|
/external/grpc-grpc/src/cpp/common/ |
D | secure_auth_context.cc | 100 return grpc_auth_context_peer_is_authenticated(ctx_) != 0; in IsPeerAuthenticated()
|
/external/rust/crates/grpcio/src/ |
D | auth_context.rs | 53 unsafe { grpc_sys::grpc_auth_context_peer_is_authenticated(self.ctx.as_ref()) != 0 } in peer_is_authenticated()
|
/external/grpc-grpc/ |
D | grpc.def | 88 grpc_auth_context_peer_is_authenticated
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.def | 93 grpc_auth_context_peer_is_authenticated
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 73 GRPCAPI int grpc_auth_context_peer_is_authenticated(
|
/external/grpc-grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 147 printf("%lx", (unsigned long) grpc_auth_context_peer_is_authenticated); in main()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/ |
D | alts_security_connector.cc | 264 if (!grpc_auth_context_peer_is_authenticated(ctx.get())) { in grpc_alts_auth_context_from_tsi_peer()
|
/external/grpc-grpc/src/core/lib/security/security_connector/ |
D | alts_security_connector.cc | 166 if (!grpc_auth_context_peer_is_authenticated(*ctx)) { in grpc_alts_auth_context_from_tsi_peer()
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc_security.h | 73 GRPCAPI int grpc_auth_context_peer_is_authenticated(
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/ |
D | security_context.cc | 164 int grpc_auth_context_peer_is_authenticated(const grpc_auth_context* ctx) { in grpc_auth_context_peer_is_authenticated() function
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc_security.h | 73 GRPCAPI int grpc_auth_context_peer_is_authenticated(
|
/external/grpc-grpc/src/core/ext/filters/load_reporting/ |
D | server_load_reporting_filter.cc | 54 grpc_auth_context_peer_is_authenticated(auth_context)) { in Init()
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 204 int grpc_auth_context_peer_is_authenticated(const grpc_auth_context* ctx) { function
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/load_reporting/ |
D | server_load_reporting_filter.cc | 60 grpc_auth_context_peer_is_authenticated(auth_context)) { in Init()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | call_creds.cc | 112 grpc_auth_context_peer_is_authenticated(ctx) ? "YES" : "NO"); in print_auth_context()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 563 grpc_auth_context_peer_is_authenticated(
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 247 if (!ctx || !grpc_auth_context_peer_is_authenticated(ctx)) { in grpc_rb_call_get_peer_cert()
|
D | rb_grpc_imports.generated.h | 304 #define grpc_auth_context_peer_is_authenticated grpc_auth_context_peer_is_authenticated_import macro
|
/external/rust/crates/grpcio-sys/bindings/ |
D | x86_64-unknown-linux-gnu-bindings.rs | 2453 pub fn grpc_auth_context_peer_is_authenticated( in grpc_auth_context_peer_is_authenticated() function
|
D | aarch64-unknown-linux-gnu-bindings.rs | 2453 pub fn grpc_auth_context_peer_is_authenticated( in grpc_auth_context_peer_is_authenticated() function
|