Home
last modified time | relevance | path

Searched refs:grpc_auth_context_find_properties_by_name (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/test/core/security/
Dauth_context_test.cc38 it = grpc_auth_context_find_properties_by_name(ctx, "foo"); in test_empty_context()
69 it = grpc_auth_context_find_properties_by_name(ctx, "foo"); in test_simple_context()
113 it = grpc_auth_context_find_properties_by_name(ctx, "foo"); 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()
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()
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.cc190 grpc_auth_context_find_properties_by_name(ctx, name);
242 grpc_auth_property_iterator grpc_auth_context_find_properties_by_name( function
257 return grpc_auth_context_find_properties_by_name(
/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.cc61 grpc_auth_context_find_properties_by_name(ctx_, name.c_str()); in FindPropertyValues()
/external/grpc-grpc/
Dgrpc.def86 grpc_auth_context_find_properties_by_name
/external/grpc-grpc/include/grpc/
Dgrpc_security.h64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c145 printf("%lx", (unsigned long) grpc_auth_context_find_properties_by_name); in main()
/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/ruby/ext/grpc/
Drb_call.c252 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in grpc_rb_call_get_peer_cert()
Drb_grpc_imports.generated.h298 #define grpc_auth_context_find_properties_by_name grpc_auth_context_find_properties_by_name_import macro
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi560 grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(