Home
last modified time | relevance | path

Searched refs:grpc_auth_property_iterator_next (Results 1 – 22 of 22) sorted by relevance

/third_party/grpc/test/core/security/
Dauth_context_test.cc38 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()
40 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()
42 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()
69 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in test_simple_context()
72 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_simple_context()
75 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == in test_simple_context()
77 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_simple_context()
80 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == in test_simple_context()
82 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == in test_simple_context()
84 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_simple_context()
[all …]
Dsecurity_connector_test.cc45 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_transport_security_type()
52 if (grpc_auth_property_iterator_next(&it) != nullptr) return 0; in check_transport_security_type()
143 prop = grpc_auth_property_iterator_next(&it); in check_identity()
167 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_cn()
176 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_cn()
187 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_pem_cert()
197 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_pem_cert()
208 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_pem_cert_chain()
218 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_pem_cert_chain()
230 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_spiffe_id()
[all …]
Dalts_security_connector_test.cc131 prop = grpc_auth_property_iterator_next(&it); in test_identity()
/third_party/grpc/src/core/lib/security/authorization/
Devaluate_args.cc128 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetSpiffeId()
129 if (prop == nullptr || grpc_auth_property_iterator_next(&it) != nullptr) { in GetSpiffeId()
141 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetCertServerName()
142 if (prop == nullptr || grpc_auth_property_iterator_next(&it) != nullptr) { in GetCertServerName()
/third_party/grpc/src/cpp/common/
Dsecure_auth_context.cc33 while ((property = grpc_auth_property_iterator_next(&iter))) { in GetPeerIdentity()
57 while ((property = grpc_auth_property_iterator_next(&iter))) { in FindPropertyValues()
68 grpc_auth_property_iterator_next(&iter); in begin()
Dauth_property_iterator.cc39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
/third_party/grpc/src/core/lib/security/context/
Dsecurity_context.cc151 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_auth_context_set_peer_identity_property_name()
178 const grpc_auth_property* grpc_auth_property_iterator_next( in grpc_auth_property_iterator_next() function
199 return grpc_auth_property_iterator_next(it); in grpc_auth_property_iterator_next()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi47 property = grpc_auth_property_iterator_next(&properties)
80 property = grpc_auth_property_iterator_next(&properties)
Dgrpc.pxi603 grpc_auth_property *grpc_auth_property_iterator_next(
/third_party/grpc/test/cpp/common/
Dauth_property_iterator_test.cc63 grpc_auth_property_iterator_next(&c_iter); in TEST_F()
/third_party/grpc/
Dgrpc.def86 grpc_auth_property_iterator_next
Dlibgrpc.map51 "grpc_auth_property_iterator_next";
/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc353 while (grpc_auth_property_iterator_next(&it) != nullptr) max_num_props++; in grpc_shallow_peer_from_ssl_auth_context()
359 while ((prop = grpc_auth_property_iterator_next(&it)) != nullptr) { in grpc_shallow_peer_from_ssl_auth_context()
/third_party/grpc/test/core/end2end/tests/
Dcall_creds.cc114 while ((p = grpc_auth_property_iterator_next(&it)) != nullptr) { in print_auth_context()
119 while ((p = grpc_auth_property_iterator_next(&it)) != nullptr) { in print_auth_context()
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c153 printf("%lx", (unsigned long) grpc_auth_property_iterator_next); in main()
/third_party/grpc/test/core/end2end/
Dh2_ssl_session_reuse_test.cc194 const grpc_auth_property* property = grpc_auth_property_iterator_next(&it); in do_round_trip()
/third_party/grpc/include/grpc/
Dgrpc_security.h50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
/third_party/grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc64 grpc_auth_property_iterator_next(&auth_it); in Init()
/third_party/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc277 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in send_security_metadata()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c254 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_rb_call_get_peer_cert()
Drb_grpc_imports.generated.h304 #define grpc_auth_property_iterator_next grpc_auth_property_iterator_next_import macro
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1200 return grpc_auth_property_iterator_next(it); in grpcsharp_auth_property_iterator_next()