Home
last modified time | relevance | path

Searched refs:grpc_auth_context_peer_identity_property_name (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/test/core/security/
Dauth_context_test.cc33 GPR_ASSERT(grpc_auth_context_peer_identity_property_name(ctx) == nullptr); in test_empty_context()
42 GPR_ASSERT(grpc_auth_context_peer_identity_property_name(ctx) == nullptr); in test_empty_context()
61 strcmp(grpc_auth_context_peer_identity_property_name(ctx), "name") == 0); in test_simple_context()
101 strcmp(grpc_auth_context_peer_identity_property_name(ctx), "name") == 0); in test_chained_context()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi59 c_key = grpc_auth_context_peer_identity_property_name(auth_context)
63 key = <bytes> grpc_auth_context_peer_identity_property_name(auth_context)
Dgrpc.pxi557 char *grpc_auth_context_peer_identity_property_name(
/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.cc51 const char* name = grpc_auth_context_peer_identity_property_name(ctx_); in GetPeerIdentityPropertyName()
/external/grpc-grpc/
Dgrpc.def87 grpc_auth_context_peer_identity_property_name
/external/grpc-grpc/include/grpc/
Dgrpc_security.h69 GRPCAPI const char* grpc_auth_context_peer_identity_property_name(
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c146 printf("%lx", (unsigned long) grpc_auth_context_peer_identity_property_name); in main()
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.cc180 const char* grpc_auth_context_peer_identity_property_name( function
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h301 #define grpc_auth_context_peer_identity_property_name grpc_auth_context_peer_identity_property_name… macro
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1074 return grpc_auth_context_peer_identity_property_name(ctx); in grpcsharp_auth_context_peer_identity_property_name()