Searched refs:cred_type (Results 1 – 12 of 12) sorted by relevance
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | SecurityParams.php | 29 protected $cred_type = ''; variable in Grpc\\Testing\\SecurityParams 97 return $this->cred_type; 108 $this->cred_type = $var;
|
/third_party/grpc/test/cpp/util/ |
D | create_test_channel.cc | 89 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()
|
D | create_test_channel.h | 61 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/ |
D | server.h | 101 if (config.security_params().cred_type().empty()) { in CreateServerCredentials() 104 type = config.security_params().cred_type(); in CreateServerCredentials()
|
D | qps_json_driver.cc | 111 std::string cred_type = next_entry.substr(comma + 1, std::string::npos); in ConstructPerWorkerCredentialTypesMap() local 117 out[addr] = cred_type; in ConstructPerWorkerCredentialTypesMap()
|
D | client.h | 516 config.security_params().cred_type().empty()) { in ClientChannelInfo() 519 type = config.security_params().cred_type(); in ClientChannelInfo()
|
/third_party/python/Lib/test/ |
D | test_nntplib.py | 778 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/ |
D | internal.h | 1205 gnutls_credentials_type_t cred_type; member
|
D | daemon.c | 598 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/ |
D | control.proto | 69 string cred_type = 3; field
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | interworking.c | 339 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/ |
D | interworking.c | 339 u8 cred_type; member 436 e->cred_type = *pos; in nai_realm_parse_eap() 438 e->cred_type); in nai_realm_parse_eap()
|