Home
last modified time | relevance | path

Searched refs:KeyFile (Results 1 – 25 of 2625) sorted by relevance

12345678910>>...105

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dkey-file.cpp58 KeyFile::Status status;
63 KeyFile::Private::Private() in Private()
64 : status(KeyFile::None) in Private()
84 void KeyFile::Private::setError(KeyFile::Status st, const QString &reason) in setError()
92 bool KeyFile::Private::read() in read()
302 KeyFile::KeyFile() in KeyFile() function in Tp::KeyFile
312 KeyFile::KeyFile(const QString &fileName) in KeyFile() function in Tp::KeyFile
320 KeyFile::KeyFile(const KeyFile &other) in KeyFile() function in Tp::KeyFile
332 KeyFile::~KeyFile() in ~KeyFile()
337 KeyFile &KeyFile::operator=(const KeyFile &other) in operator =()
[all …]
H A Dkey-file.h39 class TP_QT_NO_EXPORT KeyFile
50 KeyFile();
51 KeyFile(const KeyFile &other);
52 KeyFile(const QString &fileName);
53 ~KeyFile();
55 KeyFile &operator=(const KeyFile &other);
87 Q_DECLARE_METATYPE(Tp::KeyFile);
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dkeyfile.cc31 KeyFile::KeyFile() in KeyFile() function in Glib::KeyFile
37 KeyFile::KeyFile(GKeyFile* castitem, bool takes_ownership) in KeyFile() function in Glib::KeyFile
43 KeyFile::KeyFile(KeyFile&& other) noexcept : gobject_(std::move(other.gobject_)), in KeyFile() function in Glib::KeyFile
50 KeyFile&
51 KeyFile::operator=(KeyFile&& other) noexcept in operator =()
65 KeyFile::~KeyFile() in ~KeyFile()
134 KeyFile::to_data() in to_data()
146 KeyFile::get_groups() const in get_groups()
259 KeyFile::get_string_list( in get_string_list()
319 KeyFile::get_double_list( in get_double_list()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kube-controller-manager/app/options/
H A Dcsrsigningcontroller.go41 …tServingSignerConfiguration.KeyFile, "cluster-signing-kubelet-serving-key-file", o.KubeletServingS…
43 …letClientSignerConfiguration.KeyFile, "cluster-signing-kubelet-client-key-file", o.KubeletClientSi…
47 …cyUnknownSignerConfiguration.KeyFile, "cluster-signing-legacy-unknown-key-file", o.LegacyUnknownSi…
91 …ServingSignerConfiguration.CertFile) > 0 || len(o.KubeletServingSignerConfiguration.KeyFile) > 0 ||
92 …etClientSignerConfiguration.CertFile) > 0 || len(o.KubeletClientSignerConfiguration.KeyFile) > 0 ||
93 …ntSignerConfiguration.CertFile) > 0 || len(o.KubeAPIServerClientSignerConfiguration.KeyFile) > 0 ||
94 …gacyUnknownSignerConfiguration.CertFile) > 0 || len(o.LegacyUnknownSignerConfiguration.KeyFile) > 0
105 case (len(config.CertFile) == 0) && (len(config.KeyFile) == 0):
107 case (len(config.CertFile) != 0) && (len(config.KeyFile) != 0):
109 case (len(config.CertFile) == 0) && (len(config.KeyFile) != 0):
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dkeyfile.ccg22 KeyFile::KeyFile()
28 KeyFile::KeyFile(GKeyFile* castitem, bool takes_ownership)
34 KeyFile::KeyFile(KeyFile&& other) noexcept : gobject_(std::move(other.gobject_)),
41 KeyFile&
42 KeyFile::operator=(KeyFile&& other) noexcept
56 KeyFile::~KeyFile()
125 KeyFile::to_data()
137 KeyFile::get_groups() const
250 KeyFile::get_string_list(
310 KeyFile::get_double_list(
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/config/
H A Dtls_test.go58 KeyFile: fookey,
65 KeyFile: fookey2,
77 KeyFile: fookey,
84 KeyFile: fookey,
96 KeyFile: fookey,
103 KeyFile: fookey2,
117 KeyFile: fookey2,
129 KeyFile: fookey2,
155 KeyFile: fookey,
162 KeyFile: fookey,
[all …]
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/config/
H A Dtls_test.go58 KeyFile: fookey,
65 KeyFile: fookey2,
77 KeyFile: fookey,
84 KeyFile: fookey,
96 KeyFile: fookey,
103 KeyFile: fookey2,
117 KeyFile: fookey2,
129 KeyFile: fookey2,
155 KeyFile: fookey,
162 KeyFile: fookey,
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/pkg/transport/
H A Dlistener_test.go95 KeyFile: tlsinfo.KeyFile,
99 KeyFile: tlsinfo.KeyFile,
121 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
141 {TLSInfo{KeyFile: "bar"}, false},
142 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
144 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
145 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
165 {KeyFile: tlsinfo.KeyFile},
167 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
212 info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile},
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/pkg/transport/
H A Dlistener_test.go95 KeyFile: tlsinfo.KeyFile,
99 KeyFile: tlsinfo.KeyFile,
121 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
141 {TLSInfo{KeyFile: "bar"}, false},
142 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
144 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
145 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
165 {KeyFile: tlsinfo.KeyFile},
167 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
212 info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile},
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DAxTlbBaseTask.cs52 public string KeyFile property in Microsoft.Build.Tasks.AxTlbBaseTask
175 commandLine.AppendSwitchIfNotNull("/publickey:", KeyFile); in AddStrongNameOptions()
179 commandLine.AppendSwitchIfNotNull("/keyfile:", KeyFile); in AddStrongNameOptions()
196 if (!String.IsNullOrEmpty(KeyFile)) in ValidateStrongNameParameters()
198 if (File.Exists(KeyFile)) in ValidateStrongNameParameters()
204 … Log.LogErrorWithCodeFromResources("AxTlbBaseTask.InvalidKeyFileSpecified", KeyFile); in ValidateStrongNameParameters()
235 … StrongNameUtils.GetStrongNameKey(Log, KeyFile, KeyContainer, out keyPair, out publicKey); in ValidateStrongNameParameters()
267 else if (!String.IsNullOrEmpty(KeyFile)) in ValidateStrongNameParameters()
269 … Log.LogErrorWithCodeFromResources("AxTlbBaseTask.StrongNameUtils.NoKeyPairInFile", KeyFile); in ValidateStrongNameParameters()
/dports/multimedia/mxflib/mxflib-1.0.1/mxfcrypt/
H A Dcrypto_asdcp.cpp190 if(FileValid(KeyFile)) in Encrypt_GCReadHandler()
192 Bytes = FileRead(KeyFile, (UInt8*)Buffer, 32); in Encrypt_GCReadHandler()
193 FileClose(KeyFile); in Encrypt_GCReadHandler()
211 FileHandle KeyFile = FileOpenRead(UseName.c_str()); in Encrypt_GCReadHandler() local
212 if(FileValid(KeyFile)) in Encrypt_GCReadHandler()
215 FileClose(KeyFile); in Encrypt_GCReadHandler()
339 if(FileValid(KeyFile)) in Decrypt_GCEncryptionHandler()
341 Bytes = FileRead(KeyFile, (UInt8*)Buffer, 32); in Decrypt_GCEncryptionHandler()
342 FileClose(KeyFile); in Decrypt_GCEncryptionHandler()
361 if(FileValid(KeyFile)) in Decrypt_GCEncryptionHandler()
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/component-base/component-base-0.16.8/cli/flag/
H A Dnamedcertkey_flag_test.go42 KeyFile: "foo.key",
49 KeyFile: "foo.key",
56 KeyFile: "foo.key",
64 KeyFile: "foo.key",
88 KeyFile: "foo.key",
96 KeyFile: "foo.key",
104 KeyFile: "foo.key",
107 KeyFile: "bar.key",
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/cli/flag/
H A Dnamedcertkey_flag_test.go42 KeyFile: "foo.key",
49 KeyFile: "foo.key",
56 KeyFile: "foo.key",
64 KeyFile: "foo.key",
88 KeyFile: "foo.key",
96 KeyFile: "foo.key",
104 KeyFile: "foo.key",
107 KeyFile: "bar.key",
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/cli/flag/
H A Dnamedcertkey_flag_test.go42 KeyFile: "foo.key",
49 KeyFile: "foo.key",
56 KeyFile: "foo.key",
64 KeyFile: "foo.key",
88 KeyFile: "foo.key",
96 KeyFile: "foo.key",
104 KeyFile: "foo.key",
107 KeyFile: "bar.key",
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/pkg/transport/
H A Dlistener_test.go202 KeyFile: tlsinfo.KeyFile,
206 KeyFile: tlsinfo.KeyFile,
228 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
248 {TLSInfo{KeyFile: "bar"}, false},
249 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
251 {TLSInfo{KeyFile: "bar", TrustedCAFile: "baz"}, false},
252 {TLSInfo{CertFile: "foo", KeyFile: "bar", TrustedCAFile: "baz"}, false},
272 {KeyFile: tlsinfo.KeyFile},
274 {KeyFile: tlsinfo.KeyFile, TrustedCAFile: tlsinfo.TrustedCAFile},
319 info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile},
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/pkg/transport/
H A Dlistener_test.go202 KeyFile: tlsinfo.KeyFile,
206 KeyFile: tlsinfo.KeyFile,
228 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
248 {TLSInfo{KeyFile: "bar"}, false},
249 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
251 {TLSInfo{KeyFile: "bar", TrustedCAFile: "baz"}, false},
252 {TLSInfo{CertFile: "foo", KeyFile: "bar", TrustedCAFile: "baz"}, false},
272 {KeyFile: tlsinfo.KeyFile},
274 {KeyFile: tlsinfo.KeyFile, TrustedCAFile: tlsinfo.TrustedCAFile},
319 info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile},
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/pkg/transport/
H A Dlistener_test.go199 KeyFile: tlsinfo.KeyFile,
203 KeyFile: tlsinfo.KeyFile,
225 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
245 {TLSInfo{KeyFile: "bar"}, false},
246 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
248 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
249 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
269 {KeyFile: tlsinfo.KeyFile},
271 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
316 info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile},
[all …]
/dports/devel/etcd32/etcd-3.2.32/pkg/transport/
H A Dlistener_test.go197 KeyFile: tlsinfo.KeyFile,
201 KeyFile: tlsinfo.KeyFile,
223 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
243 {TLSInfo{KeyFile: "bar"}, false},
244 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
246 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
247 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
267 {KeyFile: tlsinfo.KeyFile},
269 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
314 info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile},
[all …]
/dports/devel/etcd33/etcd-3.3.23/pkg/transport/
H A Dlistener_test.go199 KeyFile: tlsinfo.KeyFile,
203 KeyFile: tlsinfo.KeyFile,
225 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
245 {TLSInfo{KeyFile: "bar"}, false},
246 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
248 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
249 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
269 {KeyFile: tlsinfo.KeyFile},
271 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
316 info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile},
[all …]
/dports/devel/etcd34/etcd-3.4.18/pkg/transport/
H A Dlistener_test.go202 KeyFile: tlsinfo.KeyFile,
206 KeyFile: tlsinfo.KeyFile,
228 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
248 {TLSInfo{KeyFile: "bar"}, false},
249 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
251 {TLSInfo{KeyFile: "bar", TrustedCAFile: "baz"}, false},
252 {TLSInfo{CertFile: "foo", KeyFile: "bar", TrustedCAFile: "baz"}, false},
272 {KeyFile: tlsinfo.KeyFile},
274 {KeyFile: tlsinfo.KeyFile, TrustedCAFile: tlsinfo.TrustedCAFile},
319 info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile},
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/pkg/transport/
H A Dlistener_test.go202 KeyFile: tlsinfo.KeyFile,
206 KeyFile: tlsinfo.KeyFile,
228 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
248 {TLSInfo{KeyFile: "bar"}, false},
249 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
251 {TLSInfo{KeyFile: "bar", TrustedCAFile: "baz"}, false},
252 {TLSInfo{CertFile: "foo", KeyFile: "bar", TrustedCAFile: "baz"}, false},
272 {KeyFile: tlsinfo.KeyFile},
274 {KeyFile: tlsinfo.KeyFile, TrustedCAFile: tlsinfo.TrustedCAFile},
319 info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile},
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kube-controller-manager/app/
H A Dcertificates_test.go34 KeyFile: "/cluster-signing-kubelet-serving/key-file",
38 KeyFile: "/cluster-signing-kubelet-client/key-file",
42 KeyFile: "/cluster-signing-kube-apiserver-client/key-file",
46 KeyFile: "/cluster-signing-legacy-unknown/key-file",
57 KeyFile: "/cluster-signing-kubelet-serving/key-file",
61 KeyFile: "/cluster-signing-kubelet-client/key-file",
65 KeyFile: "/cluster-signing-kube-apiserver-client/key-file",
69 KeyFile: "/cluster-signing-legacy-unknown/key-file",
78 KeyFile: "/cluster-signing-kubelet-serving/key-file",
82 KeyFile: "/cluster-signing-kubelet-client/key-file",
[all …]
/dports/net-mgmt/adguard-exporter/adguard-exporter-1.14/vendor/github.com/prometheus/common/config/
H A Dtls_config.go30 KeyFile string `yaml:"key_file,omitempty"` member
65 if len(c.CertFile) > 0 && len(c.KeyFile) == 0 {
67 } else if len(c.KeyFile) > 0 && len(c.CertFile) == 0 {
68 return nil, fmt.Errorf("client key file %q specified without client cert file", c.KeyFile)
69 } else if len(c.CertFile) > 0 && len(c.KeyFile) > 0 {
70 cert, err := tls.LoadX509KeyPair(c.CertFile, c.KeyFile)
72 …, fmt.Errorf("unable to use specified client cert (%s) & key (%s): %s", c.CertFile, c.KeyFile, err)
/dports/net-mgmt/unbound_exporter/unbound_exporter-0.3/vendor/github.com/prometheus/common/config/
H A Dtls_config.go30 KeyFile string `yaml:"key_file,omitempty"` member
65 if len(c.CertFile) > 0 && len(c.KeyFile) == 0 {
67 } else if len(c.KeyFile) > 0 && len(c.CertFile) == 0 {
68 return nil, fmt.Errorf("client key file %q specified without client cert file", c.KeyFile)
69 } else if len(c.CertFile) > 0 && len(c.KeyFile) > 0 {
70 cert, err := tls.LoadX509KeyPair(c.CertFile, c.KeyFile)
72 …, fmt.Errorf("unable to use specified client cert (%s) & key (%s): %s", c.CertFile, c.KeyFile, err)
/dports/devel/etcd/etcd-2.3.8/pkg/transport/
H A Dlistener_test.go55 tlsInfo := TLSInfo{CertFile: tmp, KeyFile: tmp}
82 tlsInfo := TLSInfo{CertFile: "@badname", KeyFile: "@badname"}
105 KeyFile: tmp,
109 KeyFile: tmp,
138 {TLSInfo{KeyFile: "bar"}, false},
139 {TLSInfo{CertFile: "foo", KeyFile: "bar"}, false},
141 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
162 {KeyFile: tmp},
164 {KeyFile: tmp, CAFile: tmp},
185 info := TLSInfo{CertFile: tmp, KeyFile: tmp, CAFile: tmp}
[all …]

12345678910>>...105