Home
last modified time | relevance | path

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

/third_party/grpc/test/core/security/
Dauth_context_test.cc39 it = grpc_auth_context_property_iterator(ctx.get()); in test_empty_context()
67 it = grpc_auth_context_property_iterator(ctx.get()); in test_simple_context()
110 it = grpc_auth_context_property_iterator(ctx.get()); in test_chained_context()
/third_party/grpc/test/cpp/common/
Dauth_property_iterator_test.cc61 grpc_auth_context_property_iterator(ctx_.get()); in TEST_F()
/third_party/grpc/src/cpp/common/
Dsecure_auth_context.cc66 grpc_auth_context_property_iterator(ctx_.get()); in begin()
/third_party/grpc/
Dgrpc.def87 grpc_auth_context_property_iterator
Dlibgrpc.map95 "grpc_auth_context_property_iterator";
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi77 properties = grpc_auth_context_property_iterator(auth_context)
Dgrpc.pxi606 grpc_auth_property_iterator grpc_auth_context_property_iterator(
/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc352 it = grpc_auth_context_property_iterator(auth_context); in grpc_shallow_peer_from_ssl_auth_context()
358 it = grpc_auth_context_property_iterator(auth_context); in grpc_shallow_peer_from_ssl_auth_context()
/third_party/grpc/src/core/lib/security/context/
Dsecurity_context.cc169 grpc_auth_property_iterator grpc_auth_context_property_iterator( in grpc_auth_context_property_iterator() function
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c154 printf("%lx", (unsigned long) grpc_auth_context_property_iterator); in main()
/third_party/grpc/include/grpc/
Dgrpc_security.h55 grpc_auth_context_property_iterator(const grpc_auth_context* ctx);
/third_party/grpc/test/core/end2end/tests/
Dcall_creds.cc118 it = grpc_auth_context_property_iterator(ctx); in print_auth_context()
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1195 return grpc_auth_context_property_iterator(ctx); in grpcsharp_auth_context_property_iterator()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h307 #define grpc_auth_context_property_iterator grpc_auth_context_property_iterator_import macro