/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | auth_context_test.cc | 40 ASSERT_EQ(grpc_auth_property_iterator_next(&it), nullptr); in TEST() 42 ASSERT_EQ(grpc_auth_property_iterator_next(&it), nullptr); in TEST() 44 ASSERT_EQ(grpc_auth_property_iterator_next(&it), nullptr); in TEST() 70 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in TEST() 73 ASSERT_EQ(grpc_auth_property_iterator_next(&it), nullptr); in TEST() 76 ASSERT_EQ(grpc_auth_property_iterator_next(&it), &ctx->properties().array[2]); in TEST() 77 ASSERT_EQ(grpc_auth_property_iterator_next(&it), nullptr); in TEST() 80 ASSERT_EQ(grpc_auth_property_iterator_next(&it), &ctx->properties().array[0]); in TEST() 81 ASSERT_EQ(grpc_auth_property_iterator_next(&it), &ctx->properties().array[1]); in TEST() 82 ASSERT_EQ(grpc_auth_property_iterator_next(&it), nullptr); in TEST() [all …]
|
H A D | security_connector_test.cc | 83 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_property() 93 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_property() 107 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_properties() 124 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_properties() 137 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_spiffe_id() 154 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_spiffe_id()
|
H A D | insecure_security_connector_test.cc | 42 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in TEST() 49 prop = grpc_auth_property_iterator_next(&it); in TEST()
|
H A D | alts_security_connector_test.cc | 144 prop = grpc_auth_property_iterator_next(&it); in test_identity()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/tls/ |
H A D | tls_utils.cc | 101 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetAuthPropertyValue() 106 if (grpc_auth_property_iterator_next(&it) != nullptr) { in GetAuthPropertyValue() 118 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetAuthPropertyArray() 121 prop = grpc_auth_property_iterator_next(&it); in GetAuthPropertyArray()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/ |
D | tls_utils.cc | 99 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetAuthPropertyValue() 104 if (grpc_auth_property_iterator_next(&it) != nullptr) { in GetAuthPropertyValue() 116 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetAuthPropertyArray() 119 prop = grpc_auth_property_iterator_next(&it); in GetAuthPropertyArray()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/ |
D | secure_auth_context.cc | 35 while ((property = grpc_auth_property_iterator_next(&iter))) { in GetPeerIdentity() 59 while ((property = grpc_auth_property_iterator_next(&iter))) { in FindPropertyValues() 70 grpc_auth_property_iterator_next(&iter); in begin()
|
D | auth_property_iterator.cc | 41 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/common/ |
H A D | secure_auth_context.cc | 35 while ((property = grpc_auth_property_iterator_next(&iter))) { in GetPeerIdentity() 59 while ((property = grpc_auth_property_iterator_next(&iter))) { in FindPropertyValues() 70 grpc_auth_property_iterator_next(&iter); in begin()
|
H A D | auth_property_iterator.cc | 41 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/context/ |
D | security_context.cc | 154 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_auth_context_set_peer_identity_property_name() 181 const grpc_auth_property* grpc_auth_property_iterator_next( in grpc_auth_property_iterator_next() function 202 return grpc_auth_property_iterator_next(it); in grpc_auth_property_iterator_next()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/context/ |
H A D | security_context.cc | 154 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_auth_context_set_peer_identity_property_name() 181 const grpc_auth_property* grpc_auth_property_iterator_next( in grpc_auth_property_iterator_next() function 202 return grpc_auth_property_iterator_next(it); in grpc_auth_property_iterator_next()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | security.pyx.pxi | 47 property = grpc_auth_property_iterator_next(&properties) 80 property = grpc_auth_property_iterator_next(&properties)
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | call_creds.cc | 53 while ((p = grpc_auth_property_iterator_next(&it)) != nullptr) { in PrintAuthContext() 58 while ((p = grpc_auth_property_iterator_next(&it)) != nullptr) { in PrintAuthContext()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/common/ |
H A D | auth_property_iterator_test.cc | 64 grpc_auth_property_iterator_next(&c_iter); in TEST_F()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | security_handshaker.cc | 242 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in MakeChannelzSecurityFromAuthContext() 367 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in CheckPeerLocked()
|
D | client_auth_filter.cc | 144 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetCallCredsMetadata()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ |
D | ssl_utils.cc | 354 while (grpc_auth_property_iterator_next(&it) != nullptr) max_num_props++; in grpc_shallow_peer_from_ssl_auth_context() 360 while ((prop = grpc_auth_property_iterator_next(&it)) != nullptr) { in grpc_shallow_peer_from_ssl_auth_context()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/ |
H A D | security_handshaker.cc | 241 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in MakeChannelzSecurityFromAuthContext() 366 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in CheckPeerLocked()
|
H A D | client_auth_filter.cc | 143 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetCallCredsMetadata()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/security/ |
D | auth_context.rs | 104 let prop = unsafe { grpc_sys::grpc_auth_property_iterator_next(&mut self.iter) }; in next()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/ |
H A D | ssl_utils.cc | 358 while (grpc_auth_property_iterator_next(&it) != nullptr) max_num_props++; in grpc_shallow_peer_from_ssl_auth_context() 364 while ((prop = grpc_auth_property_iterator_next(&it)) != nullptr) { in grpc_shallow_peer_from_ssl_auth_context()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | grpc.def | 103 grpc_auth_property_iterator_next
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | grpc.def | 102 grpc_auth_property_iterator_next
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/load_reporting/ |
D | server_load_reporting_filter.cc | 88 grpc_auth_property_iterator_next(&auth_it); in Create()
|