Home
last modified time | relevance | path

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

/external/grpc-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/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/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/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/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/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…
Drb_call.c252 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in grpc_rb_call_get_peer_cert()
/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()
/external/grpc-grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc55 grpc_auth_property_iterator auth_it = in Init()
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1077 GPR_EXPORT grpc_auth_property_iterator GPR_CALLTYPE
1083 grpcsharp_auth_property_iterator_next(grpc_auth_property_iterator* it) { in grpcsharp_auth_property_iterator_next()
/external/grpc-grpc/test/core/end2end/tests/
Dcall_creds.cc109 grpc_auth_property_iterator it; in print_auth_context()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc968 grpc_auth_property_iterator it;