Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Dsecurity_connector_test.cc92 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()
Dalts_security_connector_test.cc103 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in test_identity()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dsecurity_connector_test.cc122 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()
Dalts_security_connector_test.cc129 GPR_ASSERT(grpc_auth_context_peer_is_authenticated(ctx)); in test_identity()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dsecure_auth_context.cc94 return grpc_auth_context_peer_is_authenticated(ctx_.get()) != 0; in IsPeerAuthenticated()
/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.cc100 return grpc_auth_context_peer_is_authenticated(ctx_) != 0; in IsPeerAuthenticated()
/external/rust/crates/grpcio/src/
Dauth_context.rs53 unsafe { grpc_sys::grpc_auth_context_peer_is_authenticated(self.ctx.as_ref()) != 0 } in peer_is_authenticated()
/external/grpc-grpc/
Dgrpc.def88 grpc_auth_context_peer_is_authenticated
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.def93 grpc_auth_context_peer_is_authenticated
/external/grpc-grpc/include/grpc/
Dgrpc_security.h73 GRPCAPI int grpc_auth_context_peer_is_authenticated(
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c147 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/
Dalts_security_connector.cc264 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/
Dalts_security_connector.cc166 if (!grpc_auth_context_peer_is_authenticated(*ctx)) { in grpc_alts_auth_context_from_tsi_peer()
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dgrpc_security.h73 GRPCAPI int grpc_auth_context_peer_is_authenticated(
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.cc164 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/
Dgrpc_security.h73 GRPCAPI int grpc_auth_context_peer_is_authenticated(
/external/grpc-grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc54 grpc_auth_context_peer_is_authenticated(auth_context)) { in Init()
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.cc204 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/
Dserver_load_reporting_filter.cc60 grpc_auth_context_peer_is_authenticated(auth_context)) { in Init()
/external/grpc-grpc/test/core/end2end/tests/
Dcall_creds.cc112 grpc_auth_context_peer_is_authenticated(ctx) ? "YES" : "NO"); in print_auth_context()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi563 grpc_auth_context_peer_is_authenticated(
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c247 if (!ctx || !grpc_auth_context_peer_is_authenticated(ctx)) { in grpc_rb_call_get_peer_cert()
Drb_grpc_imports.generated.h304 #define grpc_auth_context_peer_is_authenticated grpc_auth_context_peer_is_authenticated_import macro
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs2453 pub fn grpc_auth_context_peer_is_authenticated( in grpc_auth_context_peer_is_authenticated() function
Daarch64-unknown-linux-gnu-bindings.rs2453 pub fn grpc_auth_context_peer_is_authenticated( in grpc_auth_context_peer_is_authenticated() function