/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/ |
D | security_context.cc | 138 static grpc_auth_property_iterator empty_iterator = {nullptr, 0, nullptr}; 149 grpc_auth_property_iterator it = in grpc_auth_context_set_peer_identity_property_name() 169 grpc_auth_property_iterator grpc_auth_context_property_iterator( in grpc_auth_context_property_iterator() 171 grpc_auth_property_iterator it = empty_iterator; in grpc_auth_context_property_iterator() 179 grpc_auth_property_iterator* it) { in grpc_auth_property_iterator_next() 203 grpc_auth_property_iterator grpc_auth_context_find_properties_by_name( in grpc_auth_context_find_properties_by_name() 205 grpc_auth_property_iterator it = empty_iterator; in grpc_auth_context_find_properties_by_name() 214 grpc_auth_property_iterator grpc_auth_context_peer_identity( in grpc_auth_context_peer_identity()
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 36 typedef struct grpc_auth_property_iterator { struct 40 } grpc_auth_property_iterator; typedef 51 grpc_auth_property_iterator* it); 54 GRPCAPI grpc_auth_property_iterator 59 GRPCAPI grpc_auth_property_iterator 64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 120 static grpc_auth_property_iterator empty_iterator = {nullptr, 0, nullptr}; 189 grpc_auth_property_iterator it = 209 grpc_auth_property_iterator grpc_auth_context_property_iterator( 211 grpc_auth_property_iterator it = empty_iterator; 219 grpc_auth_property_iterator* it) { 242 grpc_auth_property_iterator grpc_auth_context_find_properties_by_name( 244 grpc_auth_property_iterator it = empty_iterator; 253 grpc_auth_property_iterator grpc_auth_context_peer_identity(
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc_security.h | 36 typedef struct grpc_auth_property_iterator { struct 40 } grpc_auth_property_iterator; typedef 51 grpc_auth_property_iterator* it); 54 GRPCAPI grpc_auth_property_iterator 59 GRPCAPI grpc_auth_property_iterator 64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc_security.h | 36 typedef struct grpc_auth_property_iterator { struct 40 } grpc_auth_property_iterator; argument 51 grpc_auth_property_iterator* it); 54 GRPCAPI grpc_auth_property_iterator 59 GRPCAPI grpc_auth_property_iterator 64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | secure_auth_context.cc | 29 grpc_auth_property_iterator iter = in GetPeerIdentity() 53 grpc_auth_property_iterator iter = in FindPropertyValues() 65 grpc_auth_property_iterator iter = in begin()
|
D | auth_property_iterator.cc | 29 const grpc_auth_property* property, const grpc_auth_property_iterator* iter) in AuthPropertyIterator() 38 grpc_auth_property_iterator iter = {ctx_, index_, name_}; in operator ++()
|
/external/grpc-grpc/src/cpp/common/ |
D | secure_auth_context.cc | 37 grpc_auth_property_iterator iter = grpc_auth_context_peer_identity(ctx_); in GetPeerIdentity() 60 grpc_auth_property_iterator iter = in FindPropertyValues() 72 grpc_auth_property_iterator iter = in begin()
|
D | auth_property_iterator.cc | 29 const grpc_auth_property* property, const grpc_auth_property_iterator* iter) in AuthPropertyIterator() 38 grpc_auth_property_iterator iter = {ctx_, index_, name_}; in operator ++()
|
/external/rust/crates/grpcio/src/ |
D | auth_context.rs | 9 self, grpc_auth_context, grpc_auth_property, grpc_auth_property_iterator, grpc_call, 95 iter: grpc_auth_property_iterator, 96 _lifetime: PhantomData<&'a grpc_auth_property_iterator>,
|
/external/grpc-grpc/test/core/security/ |
D | auth_context_test.cc | 29 grpc_auth_property_iterator it; in test_empty_context() 48 grpc_auth_property_iterator it; in test_simple_context() 87 grpc_auth_property_iterator it; in test_chained_context()
|
D | security_connector_test.cc | 38 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_transport_security_type() 107 grpc_auth_property_iterator it; in check_identity() 135 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_x509_cn() 155 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_x509_pem_cert()
|
D | alts_security_connector_test.cc | 101 grpc_auth_property_iterator it; in test_identity()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/security/ |
D | auth_context.h | 30 struct grpc_auth_property_iterator; 50 const grpc_auth_property_iterator* iter);
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/security/ |
D | auth_context.h | 30 struct grpc_auth_property_iterator; 50 const grpc_auth_property_iterator* iter);
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/security/ |
D | auth_context.h | 30 struct grpc_auth_property_iterator; 50 const grpc_auth_property_iterator* iter);
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | auth_context_test.cc | 31 grpc_auth_property_iterator it; in test_empty_context() 53 grpc_auth_property_iterator it; in test_simple_context() 96 grpc_auth_property_iterator it; in test_chained_context()
|
D | security_connector_test.cc | 43 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_transport_security_type() 137 grpc_auth_property_iterator it; in check_identity() 165 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_x509_cn() 185 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_x509_pem_cert() 206 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_x509_pem_cert_chain() 228 grpc_auth_property_iterator it = in check_sans() 254 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_spiffe_id()
|
D | alts_security_connector_test.cc | 127 grpc_auth_property_iterator it; in test_identity()
|
/external/grpc-grpc/test/cpp/common/ |
D | auth_property_iterator_test.cc | 36 const grpc_auth_property_iterator* iter) in TestAuthPropertyIterator() 61 grpc_auth_property_iterator c_iter = in TEST_F()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | security.pyx.pxi | 36 cdef grpc_auth_property_iterator properties 69 cdef grpc_auth_property_iterator properties
|
D | grpc.pxi | 540 ctypedef struct grpc_auth_property_iterator: 549 grpc_auth_property_iterator *it) 551 grpc_auth_property_iterator grpc_auth_context_property_iterator( 554 grpc_auth_property_iterator grpc_auth_context_peer_identity( 560 grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
D | evaluate_args.cc | 29 grpc_auth_property_iterator it = in GetAuthPropertyValue()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 287 …const grpc_auth_property*(*grpc_auth_property_iterator_next_type)(grpc_auth_property_iterator* it); 290 typedef grpc_auth_property_iterator(*grpc_auth_context_property_iterator_type)(const grpc_auth_cont… 293 typedef grpc_auth_property_iterator(*grpc_auth_context_peer_identity_type)(const grpc_auth_context*… 296 typedef grpc_auth_property_iterator(*grpc_auth_context_find_properties_by_name_type)(const grpc_aut…
|
/external/grpc-grpc/test/core/end2end/ |
D | h2_ssl_session_reuse_test.cc | 157 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in do_round_trip()
|