Home
last modified time | relevance | path

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

12

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.cc138 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/
Dgrpc_security.h36 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/
Dsecurity_context.cc120 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/
Dgrpc_security.h36 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/
Dgrpc_security.h36 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/
Dsecure_auth_context.cc29 grpc_auth_property_iterator iter = in GetPeerIdentity()
53 grpc_auth_property_iterator iter = in FindPropertyValues()
65 grpc_auth_property_iterator iter = in begin()
Dauth_property_iterator.cc29 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/
Dsecure_auth_context.cc37 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()
Dauth_property_iterator.cc29 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/
Dauth_context.rs9 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/
Dauth_context_test.cc29 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()
Dsecurity_connector_test.cc38 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()
Dalts_security_connector_test.cc101 grpc_auth_property_iterator it; in test_identity()
/external/grpc-grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h30 struct grpc_auth_property_iterator;
50 const grpc_auth_property_iterator* iter);
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h30 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/
Dauth_context.h30 struct grpc_auth_property_iterator;
50 const grpc_auth_property_iterator* iter);
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dauth_context_test.cc31 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()
Dsecurity_connector_test.cc43 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()
Dalts_security_connector_test.cc127 grpc_auth_property_iterator it; in test_identity()
/external/grpc-grpc/test/cpp/common/
Dauth_property_iterator_test.cc36 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/
Dsecurity.pyx.pxi36 cdef grpc_auth_property_iterator properties
69 cdef grpc_auth_property_iterator properties
Dgrpc.pxi540 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/
Devaluate_args.cc29 grpc_auth_property_iterator it = in GetAuthPropertyValue()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h287 …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/
Dh2_ssl_session_reuse_test.cc157 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in do_round_trip()

12