Home
last modified time | relevance | path

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

12

/external/grpc-grpc/test/core/security/
Dauth_context_test.cc35 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()
37 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()
39 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()
64 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in test_simple_context()
67 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_simple_context()
70 GPR_ASSERT(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) == in test_simple_context()
79 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_simple_context()
[all …]
Dsecurity_connector_test.cc40 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_transport_security_type()
47 if (grpc_auth_property_iterator_next(&it) != nullptr) return 0; in check_transport_security_type()
113 prop = grpc_auth_property_iterator_next(&it); in check_identity()
137 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_cn()
146 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_cn()
157 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_pem_cert()
167 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_pem_cert()
Dalts_security_connector_test.cc105 prop = grpc_auth_property_iterator_next(&it); in test_identity()
/external/rust/crates/grpcio-sys/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 …]
Dinsecure_security_connector_test.cc40 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in TEST()
47 prop = grpc_auth_property_iterator_next(&it); in TEST()
Dalts_security_connector_test.cc131 prop = grpc_auth_property_iterator_next(&it); in test_identity()
/external/rust/crates/grpcio-sys/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 ++()
/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.cc40 while ((property = grpc_auth_property_iterator_next(&iter))) { in GetPeerIdentity()
64 while ((property = grpc_auth_property_iterator_next(&iter))) { in FindPropertyValues()
75 grpc_auth_property_iterator_next(&iter); in begin()
Dauth_property_iterator.cc39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
/external/rust/crates/grpcio-sys/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()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi45 property = grpc_auth_property_iterator_next(&properties)
78 property = grpc_auth_property_iterator_next(&properties)
/external/rust/crates/grpcio-sys/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()
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.cc191 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it);
218 const grpc_auth_property* grpc_auth_property_iterator_next( function
238 return grpc_auth_property_iterator_next(it);
/external/grpc-grpc/test/cpp/common/
Dauth_property_iterator_test.cc64 grpc_auth_property_iterator_next(&c_iter); in TEST_F()
/external/rust/crates/grpcio/src/
Dauth_context.rs104 let prop = unsafe { grpc_sys::grpc_auth_property_iterator_next(&mut self.iter) }; in next()
/external/grpc-grpc/
Dgrpc.def83 grpc_auth_property_iterator_next
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.def88 grpc_auth_property_iterator_next
/external/rust/crates/grpcio-sys/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()
/external/grpc-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()
/external/grpc-grpc/include/grpc/
Dgrpc_security.h50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
/external/grpc-grpc/test/core/end2end/
Dh2_ssl_session_reuse_test.cc159 const grpc_auth_property* property = grpc_auth_property_iterator_next(&it); in do_round_trip()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c142 printf("%lx", (unsigned long) grpc_auth_property_iterator_next); in main()
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dgrpc_security.h50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(

12