/external/grpc-grpc/test/core/security/ |
D | auth_context_test.cc | 35 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 …]
|
D | security_connector_test.cc | 40 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()
|
D | alts_security_connector_test.cc | 105 prop = grpc_auth_property_iterator_next(&it); in test_identity()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | auth_context_test.cc | 38 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 …]
|
D | security_connector_test.cc | 45 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 …]
|
D | insecure_security_connector_test.cc | 40 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in TEST() 47 prop = grpc_auth_property_iterator_next(&it); in TEST()
|
D | alts_security_connector_test.cc | 131 prop = grpc_auth_property_iterator_next(&it); in test_identity()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | secure_auth_context.cc | 33 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()
|
D | auth_property_iterator.cc | 39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
|
/external/grpc-grpc/src/cpp/common/ |
D | secure_auth_context.cc | 40 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()
|
D | auth_property_iterator.cc | 39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
D | evaluate_args.cc | 128 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/ |
D | security.pyx.pxi | 45 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/ |
D | security_context.cc | 151 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/ |
D | security_context.cc | 191 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/ |
D | auth_property_iterator_test.cc | 64 grpc_auth_property_iterator_next(&c_iter); in TEST_F()
|
/external/rust/crates/grpcio/src/ |
D | auth_context.rs | 104 let prop = unsafe { grpc_sys::grpc_auth_property_iterator_next(&mut self.iter) }; in next()
|
/external/grpc-grpc/ |
D | grpc.def | 83 grpc_auth_property_iterator_next
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.def | 88 grpc_auth_property_iterator_next
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ |
D | ssl_utils.cc | 353 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/ |
D | call_creds.cc | 114 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/ |
D | grpc_security.h | 50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
|
/external/grpc-grpc/test/core/end2end/ |
D | h2_ssl_session_reuse_test.cc | 159 const grpc_auth_property* property = grpc_auth_property_iterator_next(&it); in do_round_trip()
|
/external/grpc-grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 142 printf("%lx", (unsigned long) grpc_auth_property_iterator_next); in main()
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc_security.h | 50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
|