Home
last modified time | relevance | path

Searched refs:grpc_auth_property_iterator_next (Results 1 – 19 of 19) sorted by relevance

/external/grpc-grpc/test/core/security/
Dauth_context_test.cc35 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 …]
Dsecurity_connector_test.cc40 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()
Dalts_security_connector_test.cc105 prop = grpc_auth_property_iterator_next(&it); in test_identity()
/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.cc40 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()
Dauth_property_iterator.cc39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi45 property = grpc_auth_property_iterator_next(&properties)
78 property = grpc_auth_property_iterator_next(&properties)
Dgrpc.pxi548 grpc_auth_property *grpc_auth_property_iterator_next(
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.cc191 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/
Dauth_property_iterator_test.cc64 grpc_auth_property_iterator_next(&c_iter); in TEST_F()
/external/grpc-grpc/
Dgrpc.def83 grpc_auth_property_iterator_next
/external/grpc-grpc/test/core/end2end/tests/
Dcall_creds.cc114 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/
Dgrpc_security.h50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c142 printf("%lx", (unsigned long) grpc_auth_property_iterator_next); in main()
/external/grpc-grpc/test/core/end2end/
Dh2_ssl_session_reuse_test.cc159 const grpc_auth_property* property = grpc_auth_property_iterator_next(&it); in do_round_trip()
/external/grpc-grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc58 grpc_auth_property_iterator_next(&auth_it); in Init()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc974 while (grpc_auth_property_iterator_next(&it) != nullptr) max_num_props++;
980 while ((prop = grpc_auth_property_iterator_next(&it)) != nullptr) {
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c254 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_rb_call_get_peer_cert()
Drb_grpc_imports.generated.h289 #define grpc_auth_property_iterator_next grpc_auth_property_iterator_next_import macro
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1084 return grpc_auth_property_iterator_next(it); in grpcsharp_auth_property_iterator_next()