HomeSort by relevance Sort by last modified time
    Searched refs:cred_type (Results 1 - 9 of 9) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
SecurityParams.php 27 * Generated from protobuf field <code>string cred_type = 3;</code>
29 private $cred_type = ''; variable
81 * Generated from protobuf field <code>string cred_type = 3;</code>
86 return $this->cred_type;
90 * Generated from protobuf field <code>string cred_type = 3;</code>
97 $this->cred_type = $var; variable
  /external/grpc-grpc/test/cpp/util/
create_test_channel.cc 54 // When cred_type is 'ssl', if server is empty, override_hostname is used to
57 // When cred_type is not 'ssl', override_hostname is ignored.
62 // creds will be used to create a channel when cred_type is 'ssl'.
70 const grpc::string& server, const grpc::string& cred_type,
76 if (cred_type.empty()) {
78 } else if (cred_type == testing::kTlsCredentialsType) { // cred_type == "ssl"
101 cred_type, &channel_args);
create_test_channel.h 54 const grpc::string& server, const grpc::string& cred_type,
  /external/grpc-grpc/test/cpp/qps/
server.h 100 if (config.security_params().cred_type().empty()) {
103 type = config.security_params().cred_type();
client.h 461 config.security_params().cred_type().empty()) {
464 type = config.security_params().cred_type();
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb 23 optional :cred_type, :string, 3
  /external/python/cpython3/Lib/test/
test_nntplib.py 716 def handle_AUTHINFO(self, cred_type, data):
719 elif cred_type == 'user':
725 elif cred_type == 'pass':
729 raise Exception('Unknown cred type {}'.format(cred_type))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 339 u8 cred_type; member in struct:nai_realm_eap
436 e->cred_type = *pos;
438 e->cred_type);
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs 672 /// <summary>Field number for the "cred_type" field.</summary>
    [all...]

Completed in 1362 milliseconds