Home
last modified time | relevance | path

Searched refs:KeyPair (Results 1 – 25 of 2507) sorted by relevance

12345678910>>...101

/dports/devel/poco/poco-1.10.1-all/Crypto/src/
H A DKeyPair.cpp23 KeyPair::KeyPair(KeyPairImpl::Ptr pKeyPairImpl): in KeyPair() function in Poco::Crypto::KeyPair
29 KeyPair::KeyPair(const KeyPair& other): in KeyPair() function in Poco::Crypto::KeyPair
35 KeyPair::KeyPair(KeyPair&& other) noexcept: in KeyPair() function in Poco::Crypto::KeyPair
41 KeyPair::~KeyPair() in ~KeyPair()
46 KeyPair& KeyPair::operator = (const KeyPair& other) in operator =()
56 KeyPair& KeyPair::operator = (KeyPair&& other) noexcept in operator =()
H A DECKey.cpp25 KeyPair(new ECKeyImpl(key)) in ECKey()
31 KeyPair(new ECKeyImpl(cert)) in ECKey()
37 KeyPair(new ECKeyImpl(cont)) in ECKey()
43 KeyPair(new ECKeyImpl(OBJ_txt2nid(eccGroup.c_str()))) in ECKey()
49 KeyPair(new ECKeyImpl(publicKeyFile, privateKeyFile, privateKeyPassphrase)) in ECKey()
55 KeyPair(new ECKeyImpl(pPublicKeyStream, pPrivateKeyStream, privateKeyPassphrase)) in ECKey()
61 KeyPair(other) in ECKey()
67 KeyPair(std::move(other)) in ECKey()
79 KeyPair::operator = (other); in operator =()
86 KeyPair::operator = (std::move(other)); in operator =()
H A DRSAKey.cpp24 KeyPair(new RSAKeyImpl(key)) in RSAKey()
30 KeyPair(new RSAKeyImpl(cert)) in RSAKey()
36 KeyPair(new RSAKeyImpl(cont)) in RSAKey()
42 KeyPair(new RSAKeyImpl(keyLength, (exp == EXP_LARGE) ? RSA_F4 : RSA_3)) in RSAKey()
48 KeyPair(new RSAKeyImpl(publicKeyFile, privateKeyFile, privateKeyPassphrase)) in RSAKey()
54 KeyPair(new RSAKeyImpl(pPublicKeyStream, pPrivateKeyStream, privateKeyPassphrase)) in RSAKey()
60 KeyPair(other) in RSAKey()
66 KeyPair(std::move(other)) in RSAKey()
78 KeyPair::operator = (other); in operator =()
85 KeyPair::operator = (std::move(other)); in operator =()
/dports/devel/poco/poco-1.10.1-all/Crypto/include/Poco/Crypto/
H A DKeyPair.h32 class Crypto_API KeyPair
50 KeyPair(const KeyPair& other);
53 KeyPair(KeyPair&& other) noexcept;
56 KeyPair& operator = (const KeyPair& other);
59 KeyPair& operator = (KeyPair&& other) noexcept;
62 virtual ~KeyPair();
101 inline int KeyPair::size() const in size()
123 inline const std::string& KeyPair::name() const in name()
129 inline KeyPairImpl::Ptr KeyPair::impl() const in impl()
135 inline KeyPair::Type KeyPair::type() const in type()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/minisign-0.5.19/src/
H A Dtests.rs17 use crate::{KeyPair, PublicKey}; in pk_key_struct_conversion()
19 let KeyPair { pk, .. } = KeyPair::generate_unencrypted_keypair().unwrap(); in pk_key_struct_conversion() localVariable
25 use crate::{KeyPair, SecretKey}; in sk_key_struct_conversion()
27 let KeyPair { sk, .. } = KeyPair::generate_unencrypted_keypair().unwrap(); in sk_key_struct_conversion() localVariable
33 use crate::KeyPair; in xor_keynum()
36 let KeyPair { mut sk, .. } = KeyPair::generate_unencrypted_keypair().unwrap(); in xor_keynum() localVariable
48 use crate::KeyPair; in sk_checksum()
50 let KeyPair { mut sk, .. } = KeyPair::generate_unencrypted_keypair().unwrap(); in sk_checksum() localVariable
73 let KeyPair { pk, sk } = KeyPair::generate_unencrypted_keypair().unwrap(); in signature() localVariable
86 let KeyPair { pk, sk } = KeyPair::generate_unencrypted_keypair().unwrap(); in signature_prehashed() localVariable
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/include/aws/lightsail/model/
H A DKeyPair.h36 class AWS_LIGHTSAIL_API KeyPair
39 KeyPair();
40 KeyPair(Aws::Utils::Json::JsonView jsonValue);
41 KeyPair& operator=(Aws::Utils::Json::JsonView jsonValue);
73 inline KeyPair& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
78 inline KeyPair& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} in WithName()
83 inline KeyPair& WithName(const char* value) { SetName(value); return *this;} in WithName()
120 inline KeyPair& WithArn(const Aws::String& value) { SetArn(value); return *this;} in WithArn()
126 inline KeyPair& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} in WithArn()
132 inline KeyPair& WithArn(const char* value) { SetArn(value); return *this;} in WithArn()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Types/
H A DTypeTable.cs13 internal readonly struct KeyPair<Key1, Key2> : IEquatable<KeyPair<Key1, Key2>> struct
18 public KeyPair(Key1 pKey1, Key2 pKey2) in KeyPair() method
24 public bool Equals(KeyPair<Key1, Key2> other) in Equals() argument
36 if (!(obj is KeyPair<Key1, Key2>)) return false; in Equals()
37 return Equals((KeyPair<Key1, Key2>)obj); in Equals()
50 …private readonly Dictionary<KeyPair<AggregateSymbol, KeyPair<AggregateType, TypeArray>>, Aggregate…
60 …_aggregateTable = new Dictionary<KeyPair<AggregateSymbol, KeyPair<AggregateType, TypeArray>>, Aggr… in TypeTable()
61 _pArrayTable = new Dictionary<KeyPair<CType, Name>, ArrayType>(); in TypeTable()
68 new KeyPair<TKey1, TKey2>(key1, key2); in MakeKey()
85 var key = new KeyPair<CType, Name>(pElementType, pName); in LookupArray()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/protocol/src/ratchet/
H A Dparams.rs6 use crate::{IdentityKey, IdentityKeyPair, KeyPair, PublicKey};
10 our_base_key_pair: KeyPair,
21 our_base_key_pair: KeyPair, in new() argument
43 pub fn our_base_key_pair(&self) -> &KeyPair { in our_base_key_pair() argument
70 our_signed_pre_key_pair: KeyPair,
71 our_one_time_pre_key_pair: Option<KeyPair>,
72 our_ratchet_key_pair: KeyPair,
81 our_signed_pre_key_pair: KeyPair, in new() argument
82 our_one_time_pre_key_pair: Option<KeyPair>, in new() argument
83 our_ratchet_key_pair: KeyPair, in new() argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go10 type KeyPair struct { struct
46 func ExtractKeyPairs(r pagination.Page) ([]KeyPair, error) {
48 KeyPair KeyPair `json:"keypair"`
54 results := make([]KeyPair, len(s.KeyPairs))
56 results[i] = pair.KeyPair
67 func (r keyPairResult) Extract() (*KeyPair, error) {
69 KeyPair *KeyPair `json:"keypair"`
72 return s.KeyPair, err
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go11 type KeyPair struct { struct
43 func ExtractKeyPairs(page pagination.Page) ([]KeyPair, error) {
45 KeyPair KeyPair `mapstructure:"keypair"`
53 results := make([]KeyPair, len(resp.KeyPairs))
55 results[i] = pair.KeyPair
65 func (r keyPairResult) Extract() (*KeyPair, error) {
71 KeyPair *KeyPair `json:"keypair" mapstructure:"keypair"`
75 return res.KeyPair, err
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/
H A Dresults.go11 type KeyPair struct { struct
43 func ExtractKeyPairs(page pagination.Page) ([]KeyPair, error) {
45 KeyPair KeyPair `mapstructure:"keypair"`
53 results := make([]KeyPair, len(resp.KeyPairs))
55 results[i] = pair.KeyPair
65 func (r keyPairResult) Extract() (*KeyPair, error) {
71 KeyPair *KeyPair `json:"keypair" mapstructure:"keypair"`
75 return res.KeyPair, err
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/certificate/
H A Dkeypair.go25 type KeyPair struct { struct
33 func NewKeyPair(certFile, keyFile string, certPEM, keyPEM []byte) *KeyPair {
34 return &KeyPair{
42 func (kp *KeyPair) LoadCertificate() error { argument
59 func (kp *KeyPair) SaveCertificate() error { argument
63 func (kp *KeyPair) CreateSelfSigned(domain string, org []string, size int) error { argument
75 func (kp *KeyPair) CreateRootCA(domain string, org []string, size int) error { argument
87 func (kp *KeyPair) CreateServerCertificate(domain string, org []string, size int, ca *KeyPair) erro… argument
99 func (kp *KeyPair) CreateClientCertificate(domain string, org []string, size int, ca *KeyPair) erro… argument
113 func (kp *KeyPair) Certificate() (*tls.Certificate, error) { argument
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/settings/
H A Dtest_KeyPair.cpp25 const KeyPair pair = KeyPair::generate(); in validKey()
37 const KeyPair pair1 = KeyPair::generate(); in multiKey()
40 const KeyPair pair2 = KeyPair::generate(); in multiKey()
49 const KeyPair pair = KeyPair::generate(); in validCertificate()
81 const KeyPair pair1 = KeyPair::generate(); in multiCertificate()
84 const KeyPair pair2 = KeyPair::generate(); in multiCertificate()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/settings/
H A DKeyPair.cpp54 KeyPair::KeyPair(const QSslKey& pKey, const QSslCertificate& pCert) in KeyPair() function in KeyPair
61 KeyPair KeyPair::generate() in generate()
66 return KeyPair(); in generate()
75 …return KeyPair(QSslKey(Qt::HANDLE(pkey), QSsl::PrivateKey), QSslCertificate(rewriteCertificate(cer… in generate()
83 return KeyPair(); in generate()
87 const QSslKey& KeyPair::getKey() const in getKey()
93 const QSslCertificate& KeyPair::getCertificate() const in getCertificate()
99 EVP_PKEY* KeyPair::createKey() in createKey()
132 QSharedPointer<X509> KeyPair::createCertificate(EVP_PKEY* pPkey) in createCertificate()
175 QByteArray KeyPair::rewriteCertificate(X509* pX509) in rewriteCertificate()
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/nats-io/nkeys/
H A Dmain.go40 type KeyPair interface { interface
50 func CreateUser() (KeyPair, error) {
55 func CreateAccount() (KeyPair, error) {
60 func CreateServer() (KeyPair, error) {
65 func CreateCluster() (KeyPair, error) {
70 func CreateOperator() (KeyPair, error) {
75 func FromPublicKey(public string) (KeyPair, error) {
88 func FromSeed(seed []byte) (KeyPair, error) {
98 func FromRawSeed(prefix PrefixByte, rawSeed []byte) (KeyPair, error) {
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DKeyPair.h31 class AWS_IOT_API KeyPair
34 KeyPair();
35 KeyPair(Aws::Utils::Json::JsonView jsonValue);
36 KeyPair& operator=(Aws::Utils::Json::JsonView jsonValue);
68 inline KeyPair& WithPublicKey(const Aws::String& value) { SetPublicKey(value); return *this;} in WithPublicKey()
73 …inline KeyPair& WithPublicKey(Aws::String&& value) { SetPublicKey(std::move(value)); return *this;} in WithPublicKey()
78 inline KeyPair& WithPublicKey(const char* value) { SetPublicKey(value); return *this;} in WithPublicKey()
109 inline KeyPair& WithPrivateKey(const Aws::String& value) { SetPrivateKey(value); return *this;} in WithPrivateKey()
114 …inline KeyPair& WithPrivateKey(Aws::String&& value) { SetPrivateKey(std::move(value)); return *thi… in WithPrivateKey()
119 inline KeyPair& WithPrivateKey(const char* value) { SetPrivateKey(value); return *this;} in WithPrivateKey()

12345678910>>...101