Searched refs:grpc_auth_property_iterator_next (Results 1 – 22 of 22) sorted by relevance
38 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()40 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()42 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()69 const grpc_auth_property* p = 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) == nullptr); in test_simple_context()80 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == in test_simple_context()82 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == in test_simple_context()84 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_simple_context()[all …]
45 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_transport_security_type()52 if (grpc_auth_property_iterator_next(&it) != nullptr) return 0; in check_transport_security_type()143 prop = grpc_auth_property_iterator_next(&it); in check_identity()167 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_cn()176 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_cn()187 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_pem_cert()197 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_pem_cert()208 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_pem_cert_chain()218 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_pem_cert_chain()230 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_spiffe_id()[all …]
131 prop = grpc_auth_property_iterator_next(&it); in test_identity()
128 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetSpiffeId()129 if (prop == nullptr || grpc_auth_property_iterator_next(&it) != nullptr) { in GetSpiffeId()141 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in GetCertServerName()142 if (prop == nullptr || grpc_auth_property_iterator_next(&it) != nullptr) { in GetCertServerName()
33 while ((property = grpc_auth_property_iterator_next(&iter))) { in GetPeerIdentity()57 while ((property = grpc_auth_property_iterator_next(&iter))) { in FindPropertyValues()68 grpc_auth_property_iterator_next(&iter); in begin()
39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
151 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_auth_context_set_peer_identity_property_name()178 const grpc_auth_property* grpc_auth_property_iterator_next( in grpc_auth_property_iterator_next() function199 return grpc_auth_property_iterator_next(it); in grpc_auth_property_iterator_next()
47 property = grpc_auth_property_iterator_next(&properties)80 property = grpc_auth_property_iterator_next(&properties)
603 grpc_auth_property *grpc_auth_property_iterator_next(
63 grpc_auth_property_iterator_next(&c_iter); in TEST_F()
86 grpc_auth_property_iterator_next
51 "grpc_auth_property_iterator_next";
353 while (grpc_auth_property_iterator_next(&it) != nullptr) max_num_props++; in grpc_shallow_peer_from_ssl_auth_context()359 while ((prop = grpc_auth_property_iterator_next(&it)) != nullptr) { in grpc_shallow_peer_from_ssl_auth_context()
114 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()
153 printf("%lx", (unsigned long) grpc_auth_property_iterator_next); in main()
194 const grpc_auth_property* property = grpc_auth_property_iterator_next(&it); in do_round_trip()
50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
64 grpc_auth_property_iterator_next(&auth_it); in Init()
277 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in send_security_metadata()
254 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_rb_call_get_peer_cert()
304 #define grpc_auth_property_iterator_next grpc_auth_property_iterator_next_import macro
1200 return grpc_auth_property_iterator_next(it); in grpcsharp_auth_property_iterator_next()