/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | insecure_security_connector_test.cc | 38 auto it = grpc_auth_context_find_properties_by_name( in TEST() 45 it = grpc_auth_context_find_properties_by_name( in TEST()
|
D | auth_context_test.cc | 41 it = grpc_auth_context_find_properties_by_name(ctx.get(), "foo"); in test_empty_context() 74 it = grpc_auth_context_find_properties_by_name(ctx.get(), "foo"); in test_simple_context() 121 it = grpc_auth_context_find_properties_by_name(ctx.get(), "foo"); in test_chained_context()
|
D | security_connector_test.cc | 43 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_transport_security_type() 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 = grpc_auth_context_find_properties_by_name( in check_spiffe_id()
|
/external/grpc-grpc/test/core/security/ |
D | auth_context_test.cc | 38 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()
|
D | security_connector_test.cc | 38 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/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
D | evaluate_args.cc | 126 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in GetSpiffeId() 139 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in GetCertServerName()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/ |
D | security_context.cc | 150 grpc_auth_context_find_properties_by_name(ctx, name); in grpc_auth_context_set_peer_identity_property_name() 203 grpc_auth_property_iterator grpc_auth_context_find_properties_by_name( in grpc_auth_context_find_properties_by_name() function 218 return grpc_auth_context_find_properties_by_name( in grpc_auth_context_peer_identity()
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 190 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/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | secure_auth_context.cc | 54 grpc_auth_context_find_properties_by_name(ctx_.get(), name.c_str()); in FindPropertyValues()
|
/external/grpc-grpc/src/cpp/common/ |
D | secure_auth_context.cc | 61 grpc_auth_context_find_properties_by_name(ctx_, name.c_str()); in FindPropertyValues()
|
/external/grpc-grpc/ |
D | grpc.def | 86 grpc_auth_context_find_properties_by_name
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.def | 91 grpc_auth_context_find_properties_by_name
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
|
/external/grpc-grpc/test/core/end2end/ |
D | h2_ssl_session_reuse_test.cc | 157 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in do_round_trip()
|
/external/grpc-grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 145 printf("%lx", (unsigned long) grpc_auth_context_find_properties_by_name); in main()
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc_security.h | 64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc_security.h | 64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | client_auth_filter.cc | 275 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in send_security_metadata()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 560 grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 252 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in grpc_rb_call_get_peer_cert()
|
D | rb_grpc_imports.generated.h | 298 #define grpc_auth_context_find_properties_by_name grpc_auth_context_find_properties_by_name_import macro
|
/external/rust/crates/grpcio-sys/bindings/ |
D | x86_64-unknown-linux-gnu-bindings.rs | 2439 pub fn grpc_auth_context_find_properties_by_name( in grpc_auth_context_find_properties_by_name() function
|
D | aarch64-unknown-linux-gnu-bindings.rs | 2439 pub fn grpc_auth_context_find_properties_by_name( in grpc_auth_context_find_properties_by_name() function
|