Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSecurityParams.php29 private $cred_type = ''; variable in Grpc\\Testing\\SecurityParams
86 return $this->cred_type;
97 $this->cred_type = $var;
/external/grpc-grpc/test/cpp/util/
Dcreate_test_channel.cc70 const grpc::string& server, const grpc::string& cred_type, in CreateTestChannel() argument
76 if (cred_type.empty()) { in CreateTestChannel()
78 } else if (cred_type == testing::kTlsCredentialsType) { // cred_type == "ssl" in CreateTestChannel()
101 cred_type, &channel_args); in CreateTestChannel()
Dcreate_test_channel.h54 const grpc::string& server, const grpc::string& cred_type,
/external/grpc-grpc/test/cpp/qps/
Dserver.h100 if (config.security_params().cred_type().empty()) { in CreateServerCredentials()
103 type = config.security_params().cred_type(); in CreateServerCredentials()
Dclient.h461 config.security_params().cred_type().empty()) { in ClientChannelInfo()
464 type = config.security_params().cred_type(); in ClientChannelInfo()
/external/python/cpython3/Lib/test/
Dtest_nntplib.py716 def handle_AUTHINFO(self, cred_type, data): argument
719 elif cred_type == 'user':
725 elif cred_type == 'pass':
729 raise Exception('Unknown cred type {}'.format(cred_type))
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto67 string cred_type = 3; field
/external/wpa_supplicant_8/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()