Home
last modified time | relevance | path

Searched refs:grpc_ssl_credentials_create (Results 1 – 25 of 25) sorted by relevance

/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCSecureChannelFactory.m75 creds = grpc_ssl_credentials_create(rootsASCII.bytes, NULL, NULL, NULL);
83 creds = grpc_ssl_credentials_create(rootsASCII.bytes, NULL, NULL, NULL);
85 creds = grpc_ssl_credentials_create(rootsASCII.bytes, &key_cert_pair, NULL, NULL);
/third_party/grpc/src/ruby/ext/grpc/
Drb_channel_credentials.c166 creds = grpc_ssl_credentials_create(pem_root_certs_cstr, NULL, NULL, NULL); in grpc_rb_channel_credentials_init()
179 creds = grpc_ssl_credentials_create(pem_root_certs_cstr, &key_cert_pair, in grpc_rb_channel_credentials_init()
Drb_grpc_imports.generated.h358 #define grpc_ssl_credentials_create grpc_ssl_credentials_create_import macro
/third_party/grpc/test/core/end2end/fixtures/
Dh2_ssl_proxy.cc69 grpc_ssl_credentials_create(nullptr, nullptr, nullptr, nullptr); in create_proxy_client()
153 grpc_ssl_credentials_create(nullptr, nullptr, nullptr, nullptr); in chttp2_init_client_simple_ssl_secure_fullstack()
Dh2_ssl.cc120 grpc_ssl_credentials_create(nullptr, nullptr, nullptr, nullptr); in chttp2_init_client_simple_ssl_secure_fullstack()
Dh2_ssl_cred_reload.cc156 grpc_ssl_credentials_create(nullptr, nullptr, nullptr, nullptr); in chttp2_init_client_simple_ssl_secure_fullstack()
Dh2_oauth2.cc166 grpc_ssl_credentials_create(test_root_cert, nullptr, nullptr, nullptr); in chttp2_init_client_simple_ssl_with_oauth2_secure_fullstack()
/third_party/grpc/test/core/bad_ssl/
Dbad_ssl_test.cc41 grpc_ssl_credentials_create(nullptr, nullptr, nullptr, nullptr); in run_test()
/third_party/grpc/
Dgrpc.def103 grpc_ssl_credentials_create
Dlibgrpc.map28 "grpc_ssl_credentials_create";
/third_party/grpc/test/core/surface/
Dnum_external_connectivity_watchers_test.cc173 grpc_ssl_credentials_create(test_root_cert, nullptr, nullptr, nullptr); in secure_test_create_channel()
Dsequential_connectivity_test.cc191 grpc_ssl_credentials_create(test_root_cert, nullptr, nullptr, nullptr); in main()
Dpublic_headers_must_be_c89.c170 printf("%lx", (unsigned long) grpc_ssl_credentials_create); in main()
/third_party/grpc/test/core/handshake/
Dclient_ssl.cc257 grpc_channel_credentials* ssl_creds = grpc_ssl_credentials_create( in client_ssl_test()
Dverify_peer_options.cc143 grpc_channel_credentials* ssl_creds = grpc_ssl_credentials_create( in verify_peer_options_test()
/third_party/grpc/src/php/ext/grpc/
Dchannel_credentials.c185 grpc_channel_credentials *creds = grpc_ssl_credentials_create( in PHP_METHOD()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pyx.pxi147 return grpc_ssl_credentials_create(
158 return grpc_ssl_credentials_create(
Dgrpc.pxi519 grpc_channel_credentials *grpc_ssl_credentials_create(
/third_party/grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc360 grpc_ssl_credentials_create(nullptr, nullptr, nullptr, nullptr); in grpc_google_default_credentials_create()
/third_party/grpc/test/core/end2end/
Dh2_ssl_session_reuse_test.cc100 grpc_channel_credentials* client_creds = grpc_ssl_credentials_create( in client_create()
Dh2_ssl_cert_test.cc183 ssl_creds = grpc_ssl_credentials_create(test_root_cert, key_cert_pair, \
/third_party/grpc/include/grpc/
Dgrpc_security.h266 GRPCAPI grpc_channel_credentials* grpc_ssl_credentials_create(
/third_party/grpc/src/core/lib/security/credentials/ssl/
Dssl_credentials.cc132 grpc_channel_credentials* grpc_ssl_credentials_create( in grpc_ssl_credentials_create() function
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc126 grpc_channel_credentials* c_creds = grpc_ssl_credentials_create( in SslCredentials()
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1058 return grpc_ssl_credentials_create(pem_root_certs, key_cert_pair_ptr, in grpcsharp_ssl_credentials_create()