/dports/net/zerotier/ZeroTierOne-1.8.3/node/ |
H A D | Identity.hpp | 52 _privateKey((id._privateKey) ? new C25519::Private(*(id._privateKey)) : (C25519::Private *)0) in Identity() 72 if (_privateKey) { in ~Identity() 74 delete _privateKey; in ~Identity() 82 if (id._privateKey) { in operator =() 83 if (!_privateKey) in operator =() 85 *_privateKey = *(id._privateKey); in operator =() 87 delete _privateKey; in operator =() 132 if (_privateKey) { in sha512PrivateKey() 147 if (_privateKey) in sign() 192 if (_privateKey) { in agree() [all …]
|
H A D | Identity.cpp | 96 if (!_privateKey) in generate() 97 _privateKey = new C25519::Private(); in generate() 98 *_privateKey = kp.priv; in generate() 135 if ((_privateKey)&&(includePrivate)) { in toString() 137 Utils::hex(_privateKey->data,ZT_C25519_PRIVATE_KEY_LEN,p); in toString() 156 delete _privateKey; in fromString() 157 _privateKey = (C25519::Private *)0; in fromString() 183 _privateKey = new C25519::Private(); in fromString() 184 if (Utils::unhex(f,_privateKey->data,ZT_C25519_PRIVATE_KEY_LEN) != ZT_C25519_PRIVATE_KEY_LEN) { in fromString()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/ |
H A D | OpenSslX509CertificateReader.cs | 22 private SafeEvpPKeyHandle _privateKey; field in Internal.Cryptography.Pal.OpenSslX509CertificateReader 42 get { return _privateKey != null; } 250 _privateKey = privateKey; in SetPrivateKey() 255 get { return _privateKey; } 260 if (_privateKey == null || _privateKey.IsInvalid) in GetRSAPrivateKey() 270 if (_privateKey == null || _privateKey.IsInvalid) in GetDSAPrivateKey() 290 if (_privateKey == null || _privateKey.IsInvalid) in GetECDsaPrivateKey() 408 if (_privateKey != null) in Dispose() 410 _privateKey.Dispose(); in Dispose() 411 _privateKey = null; in Dispose() [all …]
|
/dports/security/pear-Crypt_DiffieHellman/Crypt_DiffieHellman-0.2.6/Crypt/ |
H A D | DiffieHellman.php | 143 private $_privateKey = null; variable in Crypt_DiffieHellman 370 $this->_privateKey = (string) $number; 382 if (!isset($this->_privateKey)) { 386 return $this->_math->toBinary($this->_privateKey); 388 return $this->_math->btwoc($this->_math->toBinary($this->_privateKey)); 390 return $this->_privateKey;
|
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Crypt/ |
H A D | Rsa.php | 43 protected $_privateKey; variable in Zend_Crypt_Rsa 111 return $this->_privateKey; 131 $opensslKeyResource = $this->_privateKey->getOpensslKeyResource(); 244 … $this->_privateKey = new Zend_Crypt_Rsa_Key_Private($this->_pemString, $this->_passPhrase); 245 $this->_publicKey = $this->_privateKey->getPublicKey(); 247 $this->_privateKey = null;
|
H A D | DiffieHellman.php | 65 private $_privateKey = null; variable in Zend_Crypt_DiffieHellman 313 $this->_privateKey = (string) $number; 329 return $this->_math->toBinary($this->_privateKey); 331 return $this->_math->btwoc($this->_math->toBinary($this->_privateKey)); 333 return $this->_privateKey; 343 return isset($this->_privateKey);
|
/dports/security/pear-Horde_Oauth/Horde_Oauth-2.0.4/lib/Horde/Oauth/SignatureMethod/ |
H A D | RsaSha1.php | 24 $this->_privateKey = $privateKey; 36 $pkeyid = openssl_pkey_get_private($this->_privateKey);
|
/dports/www/phpmyfaq/phpmyfaq/src/libs/swiftmailer/swiftmailer/lib/classes/Swift/Signers/ |
H A D | DomainKeySigner.php | 23 protected $_privateKey; variable in Swift_Signers_DomainKeySigner 121 $this->_privateKey = $privateKey; 515 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
H A D | DKIMSigner.php | 23 protected $_privateKey; variable in Swift_Signers_DKIMSigner 175 $this->_privateKey = $privateKey; 703 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
/dports/www/typo3-9/typo3_src-9.5.31/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/ |
H A D | DomainKeySigner.php | 23 protected $_privateKey; variable in Swift_Signers_DomainKeySigner 121 $this->_privateKey = $privateKey; 515 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
H A D | DKIMSigner.php | 23 protected $_privateKey; variable in Swift_Signers_DKIMSigner 175 $this->_privateKey = $privateKey; 703 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
/dports/www/kanboard/kanboard-1.2.21/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/ |
H A D | DomainKeySigner.php | 23 protected $_privateKey; variable in Swift_Signers_DomainKeySigner 121 $this->_privateKey = $privateKey; 515 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
H A D | DKIMSigner.php | 23 protected $_privateKey; variable in Swift_Signers_DKIMSigner 175 $this->_privateKey = $privateKey; 703 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/ |
H A D | DomainKeySigner.php | 23 protected $_privateKey; variable in Swift_Signers_DomainKeySigner 121 $this->_privateKey = $privateKey; 515 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
H A D | DKIMSigner.php | 23 protected $_privateKey; variable in Swift_Signers_DKIMSigner 175 $this->_privateKey = $privateKey; 703 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
/dports/www/itop/web/lib/swiftmailer/lib/classes/Swift/Signers/ |
H A D | DomainKeySigner.php | 23 protected $_privateKey; variable in Swift_Signers_DomainKeySigner 121 $this->_privateKey = $privateKey; 515 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
H A D | DKIMSigner.php | 23 protected $_privateKey; variable in Swift_Signers_DKIMSigner 175 $this->_privateKey = $privateKey; 703 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
/dports/www/thirtybees/thirtybees-1.1.0/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/ |
H A D | DomainKeySigner.php | 23 protected $_privateKey; variable in Swift_Signers_DomainKeySigner 121 $this->_privateKey = $privateKey; 515 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
H A D | DKIMSigner.php | 23 protected $_privateKey; variable in Swift_Signers_DKIMSigner 175 $this->_privateKey = $privateKey; 703 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/ |
H A D | DomainKeySigner.php | 23 protected $_privateKey; variable in Swift_Signers_DomainKeySigner 121 $this->_privateKey = $privateKey; 515 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
H A D | DKIMSigner.php | 23 protected $_privateKey; variable in Swift_Signers_DKIMSigner 175 $this->_privateKey = $privateKey; 703 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
/dports/www/bolt/bolt-2.2.24/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/ |
H A D | DomainKeySigner.php | 23 protected $_privateKey; variable in Swift_Signers_DomainKeySigner 121 $this->_privateKey = $privateKey; 516 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
H A D | DKIMSigner.php | 23 protected $_privateKey; variable in Swift_Signers_DKIMSigner 173 $this->_privateKey = $privateKey; 689 $pkeyId = openssl_get_privatekey($this->_privateKey);
|
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/ |
H A D | clientsideencryption.cpp | 880 QByteArray privateKeyPem = account->e2e()->_privateKey; in checkPublicKeyValidity() 970 _privateKey = readJob->binaryData(); in privateKeyFetched() 972 if (_privateKey.isNull()) { in privateKeyFetched() 1003 _privateKey = QByteArray(); in mnemonicKeyFetched() 1026 job->setBinaryData(_privateKey); in writePrivateKey() 1074 _privateKey = QByteArray(); in forgetSensitiveData() 1134 _privateKey = key; in generateKeyPair() 1287 _privateKey = privateKey; in decryptPrivateKey() 1299 _privateKey = QByteArray(); in decryptPrivateKey() 1357 if (_privateKey.isEmpty()) { in fetchAndValidatePublicKeyFromServer() [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Helpers/ |
H A D | ReCaptcha.generated.cs | 70 internal static readonly object _privateKey = new object(); field in Microsoft.Web.Helpers.ReCaptcha 75 return ScopeStorage.CurrentScope[_privateKey] as string; 82 ScopeStorage.CurrentScope[_privateKey] = value;
|