Home
last modified time | relevance | path

Searched refs:cred_type (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSecurityParams.php29 protected $cred_type = ''; variable in Grpc\\Testing\\SecurityParams
97 return $this->cred_type;
108 $this->cred_type = $var;
/third_party/grpc/test/cpp/util/
Dcreate_test_channel.cc89 const std::string& server, const std::string& cred_type, in CreateTestChannel() argument
93 return CreateTestChannel(server, cred_type, override_hostname, use_prod_roots, in CreateTestChannel()
145 const std::string& server, const std::string& cred_type, in CreateTestChannel() argument
154 if (cred_type.empty()) { in CreateTestChannel()
163 } else if (cred_type == testing::kTlsCredentialsType) { // cred_type == "ssl" in CreateTestChannel()
192 cred_type, &channel_args); in CreateTestChannel()
Dcreate_test_channel.h61 const std::string& server, const std::string& cred_type,
87 const std::string& server, const std::string& cred_type,
/third_party/grpc/test/cpp/qps/
Dserver.h101 if (config.security_params().cred_type().empty()) { in CreateServerCredentials()
104 type = config.security_params().cred_type(); in CreateServerCredentials()
Dqps_json_driver.cc111 std::string cred_type = next_entry.substr(comma + 1, std::string::npos); in ConstructPerWorkerCredentialTypesMap() local
117 out[addr] = cred_type; in ConstructPerWorkerCredentialTypesMap()
Dclient.h516 config.security_params().cred_type().empty()) { in ClientChannelInfo()
519 type = config.security_params().cred_type(); in ClientChannelInfo()
/third_party/python/Lib/test/
Dtest_nntplib.py778 def handle_AUTHINFO(self, cred_type, data): argument
781 elif cred_type == 'user':
787 elif cred_type == 'pass':
791 raise Exception('Unknown cred type {}'.format(cred_type))
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.h1205 gnutls_credentials_type_t cred_type; member
Ddaemon.c598 switch (daemon->cred_type) in MHD_TLS_init()
609 daemon->cred_type); in MHD_TLS_init()
1456 switch (daemon->cred_type) in internal_add_connection()
1468 daemon->cred_type); in internal_add_connection()
3192 daemon->cred_type = (gnutls_credentials_type_t) va_arg (ap, int); in parse_options_va()
3678 daemon->cred_type = GNUTLS_CRD_CERTIFICATE; in MHD_start_daemon_va()
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto69 string cred_type = 3; field
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dinterworking.c339 u8 cred_type; member
436 e->cred_type = *pos; in nai_realm_parse_eap()
438 e->cred_type); in nai_realm_parse_eap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dinterworking.c339 u8 cred_type; member
436 e->cred_type = *pos; in nai_realm_parse_eap()
438 e->cred_type); in nai_realm_parse_eap()