Home
last modified time | relevance | path

Searched defs:creds (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/grpc/test/cpp/util/
Dcreate_test_channel.cc91 const std::shared_ptr<CallCredentials>& creds, in CreateTestChannel()
101 const std::shared_ptr<CallCredentials>& creds, in CreateTestChannel()
111 const std::shared_ptr<CallCredentials>& creds) { in CreateTestChannel()
131 const std::shared_ptr<CallCredentials>& creds) { in CreateTestChannel()
147 const std::shared_ptr<CallCredentials>& creds, const ChannelArguments& args, in CreateTestChannel()
207 const std::shared_ptr<CallCredentials>& creds, const ChannelArguments& args, in CreateTestChannel()
224 const std::shared_ptr<CallCredentials>& creds, in CreateTestChannel()
235 const std::shared_ptr<CallCredentials>& creds, in CreateTestChannel()
/third_party/grpc/src/cpp/client/
Dcreate_channel.cc32 const std::shared_ptr<grpc::ChannelCredentials>& creds) { in CreateChannel()
38 const std::shared_ptr<grpc::ChannelCredentials>& creds, in CreateCustomChannel()
67 const std::shared_ptr<grpc::ChannelCredentials>& creds, in CreateCustomChannelWithInterceptors()
/third_party/node/deps/npm/lib/auth/
Dlegacy.js15 const loginPrompter = (creds) => { argument
31 creds: {}, property
37 module.exports.login = (creds = {}, registry, scope, cb) => { argument
38 const opts = LoginOpts(npmConfig()).concat({scope, registry, creds}) field
Dsso.js21 module.exports.login = function login (creds, registry, scope, cb) { argument
22 const opts = SsoOpts(npmConfig()).concat({creds, registry, scope}) property
/third_party/grpc/src/core/lib/security/credentials/
Dcredentials.cc42 void grpc_channel_credentials_release(grpc_channel_credentials* creds) { in grpc_channel_credentials_release()
48 void grpc_call_credentials_release(grpc_call_credentials* creds) { in grpc_call_credentials_release()
98 void grpc_server_credentials_release(grpc_server_credentials* creds) { in grpc_server_credentials_release()
116 grpc_server_credentials* creds, grpc_auth_metadata_processor processor) { in grpc_server_credentials_set_auth_metadata_processor()
/third_party/grpc/src/php/ext/grpc/
Dchannel_credentials.c134 grpc_channel_credentials *creds = grpc_google_default_credentials_create(NULL); in PHP_METHOD() local
185 grpc_channel_credentials *creds = grpc_ssl_credentials_create( in PHP_METHOD() local
218 grpc_channel_credentials *creds = in PHP_METHOD() local
236 grpc_channel_credentials* creds = grpc_insecure_credentials_create(); in PHP_METHOD() local
Dcall_credentials.c90 grpc_call_credentials *creds = in PHP_METHOD() local
136 grpc_call_credentials *creds = in PHP_METHOD() local
Dserver_credentials.c89 grpc_server_credentials *creds = grpc_ssl_server_credentials_create_ex( in PHP_METHOD() local
/third_party/grpc/test/cpp/interop/
Dclient_helper.cc65 std::shared_ptr<CallCredentials> creds = GoogleComputeEngineCredentials(); in GetOauth2AccessToken() local
92 std::shared_ptr<CallCredentials> creds; in CreateChannelForTestCase() local
Dinterop_server.cc320 const std::shared_ptr<ServerCredentials>& creds) { in RunServer()
325 const std::shared_ptr<ServerCredentials>& creds, in RunServer()
332 const std::shared_ptr<ServerCredentials>& creds, const int port, in RunServer()
338 const std::shared_ptr<ServerCredentials>& creds, const int port, in RunServer()
/third_party/grpc/test/core/security/
Dcredentials_test.cc324 grpc_call_credentials* creds; member
388 static void run_request_metadata_test(grpc_call_credentials* creds, in run_request_metadata_test()
409 grpc_call_credentials* creds = grpc_google_iam_credentials_create( in test_google_iam_creds() local
425 grpc_call_credentials* creds = in test_access_token_creds() local
624 grpc_call_credentials* creds = in test_compute_engine_creds_success() local
664 grpc_call_credentials* creds = in test_compute_engine_creds_failure() local
726 grpc_call_credentials* creds = grpc_google_refresh_token_credentials_create( in test_refresh_token_creds_success() local
765 grpc_call_credentials* creds = grpc_google_refresh_token_credentials_create( in test_refresh_token_creds_failure() local
983 grpc_call_credentials* creds = in test_sts_creds_success() local
1028 grpc_call_credentials* creds = in test_sts_creds_token_file_not_found() local
[all …]
/third_party/grpc/test/core/end2end/fixtures/
Dlocal_util.cc50 grpc_channel_credentials* creds = grpc_local_credentials_create(type); in grpc_end2end_local_chttp2_init_client_fullstack() local
88 grpc_server_credentials* creds = grpc_local_server_credentials_create(type); in grpc_end2end_local_chttp2_init_server_fullstack() local
Dh2_ssl.cc86 grpc_channel_credentials* creds) { in chttp2_init_client_secure_fullstack()
123 grpc_ssl_credentials* creds = in chttp2_init_client_simple_ssl_secure_fullstack() local
168 grpc_ssl_server_credentials* creds = in chttp2_init_server_simple_ssl_secure_fullstack() local
Dh2_ssl_cred_reload.cc121 grpc_channel_credentials* creds) { in chttp2_init_client_secure_fullstack()
159 grpc_ssl_credentials* creds = in chttp2_init_client_simple_ssl_secure_fullstack() local
198 grpc_ssl_server_credentials* creds = in chttp2_init_server_simple_ssl_secure_fullstack() local
Dh2_oauth2.cc126 grpc_channel_credentials* creds) { in chttp2_init_client_secure_fullstack()
169 grpc_ssl_credentials* creds = in chttp2_init_client_simple_ssl_with_oauth2_secure_fullstack() local
243 grpc_ssl_server_credentials* creds = in chttp2_init_server_simple_ssl_secure_fullstack() local
Dh2_tls.cc97 grpc_channel_credentials* creds) { in chttp2_init_client_secure_fullstack()
250 grpc_channel_credentials* creds = grpc_tls_credentials_create(options); in create_tls_channel_credentials() local
269 grpc_server_credentials* creds = grpc_tls_server_credentials_create(options); in create_tls_server_credentials() local
/third_party/pulseaudio/src/pulsecore/
Dpstream-util.c51 void pa_pstream_send_tagstruct_with_creds(pa_pstream *p, pa_tagstruct *t, const pa_creds *creds) { in pa_pstream_send_tagstruct_with_creds()
89 void pa_pstream_send_tagstruct_with_creds(pa_pstream *p, pa_tagstruct *t, const pa_creds *creds) { in pa_pstream_send_tagstruct_with_creds()
/third_party/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc178 grpc_local_credentials* creds = in check_peer() local
227 grpc_local_server_credentials* creds = in check_peer() local
253 grpc_local_credentials* creds = in grpc_local_channel_security_connector_create() local
/third_party/grpc/src/cpp/server/
Dsecure_server_credentials.h61 explicit SecureServerCredentials(grpc_server_credentials* creds) in SecureServerCredentials()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_channel_secure.cc69 grpc_channel_credentials* creds = in CreateGrpclbBalancerChannel() local
/third_party/grpc/src/ruby/ext/grpc/
Drb_channel_credentials.c151 grpc_channel_credentials* creds = NULL; in grpc_rb_channel_credentials_init() local
198 grpc_channel_credentials* creds; in grpc_rb_channel_credentials_compose() local
/third_party/glib/gio/tests/
Dcredentials.c31 GCredentials *creds = g_credentials_new (); in test_basic() local
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_channel_secure.cc71 grpc_channel_credentials* creds = nullptr; in CreateXdsChannel() local
/third_party/grpc/src/ruby/lib/grpc/generic/
Dclient_stub.rb33 def self.setup_channel(alt_chan, host, creds, channel_args = {}) argument
96 def initialize(host, creds, argument
/third_party/grpc/test/core/surface/
Dsequential_connectivity_test.cc44 grpc_channel_credentials* creds; member
64 grpc_channel_credentials* creds, in create_test_channel()

1234