Home
last modified time | relevance | path

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

/third_party/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()
/third_party/grpc/src/cpp/common/
Dsecure_auth_context.cc94 return grpc_auth_context_peer_is_authenticated(ctx_.get()) != 0; in IsPeerAuthenticated()
/third_party/grpc/
Dgrpc.def91 grpc_auth_context_peer_is_authenticated
Dlibgrpc.map98 "grpc_auth_context_peer_is_authenticated";
/third_party/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()
/third_party/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
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c158 printf("%lx", (unsigned long) grpc_auth_context_peer_is_authenticated); in main()
/third_party/grpc/include/grpc/
Dgrpc_security.h73 GRPCAPI int grpc_auth_context_peer_is_authenticated(
/third_party/grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc60 grpc_auth_context_peer_is_authenticated(auth_context)) { in Init()
/third_party/grpc/test/core/end2end/tests/
Dcall_creds.cc112 grpc_auth_context_peer_is_authenticated(ctx) ? "YES" : "NO"); in print_auth_context()
/third_party/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.h319 #define grpc_auth_context_peer_is_authenticated grpc_auth_context_peer_is_authenticated_import macro
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi618 grpc_auth_context_peer_is_authenticated(