Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection/
H A DStrongNameKeyPair.cs47 private byte[] _publicKey; field in System.Reflection.StrongNameKeyPair
171 _publicKey[0] = 0x00;
172 _publicKey[1] = 0x24;
173 _publicKey[2] = 0x00;
174 _publicKey[3] = 0x00;
176 _publicKey[4] = 0x04;
177 _publicKey[5] = 0x80;
178 _publicKey[6] = 0x00;
179 _publicKey[7] = 0x00;
189 return _publicKey;
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DIdentity.hpp51 _publicKey(id._publicKey), in Identity()
81 _publicKey = id._publicKey; in operator =()
148 return C25519::sign(*_privateKey,_publicKey,data,len); in sign()
165 return C25519::verify(_publicKey,data,len,signature); in verify()
178 return C25519::verify(_publicKey,data,len,signature); in verify()
193 C25519::agree(*_privateKey,id._publicKey,key,ZT_SYMMETRIC_KEY_SIZE); in agree()
216 b.append(_publicKey.data,ZT_C25519_PUBLIC_KEY_LEN); in serialize()
287 inline const C25519::Public &publicKey() const { return _publicKey; } in publicKey()
295 pair.pub = _publicKey; in privateKeyPair()
307 …ntity &id) const { return ((_address == id._address)&&(memcmp(_publicKey.data,id._publicKey.data,Z… in operator ==()
[all …]
H A DIdentity.cpp95 _publicKey = kp.pub; in generate()
110 _computeMemoryHardHash(_publicKey.data,ZT_C25519_PUBLIC_KEY_LEN,digest,genmem); in locallyValidate()
133 Utils::hex(_publicKey.data,ZT_C25519_PUBLIC_KEY_LEN,p); in toString()
177 if (Utils::unhex(f,_publicKey.data,ZT_C25519_PUBLIC_KEY_LEN) != ZT_C25519_PUBLIC_KEY_LEN) { in fromString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Dstrongnamekeypair.cs52 private byte[] _publicKey; field in System.Reflection.StrongNameKeyPair
113 _publicKey = (byte[]) info.GetValue("_publicKey", typeof(byte[])); in StrongNameKeyPair()
122 if (_publicKey == null)
124 _publicKey = ComputePublicKey();
127 byte[] publicKey = new byte[_publicKey.Length];
128 Array.Copy(_publicKey, publicKey, _publicKey.Length);
183 info.AddValue("_publicKey", _publicKey); in ISerializable.GetObjectData()
H A Dassemblyattributes.cs369 private String _publicKey; field in System.Reflection.AssemblySignatureKeyAttribute
374 _publicKey = publicKey; in AssemblySignatureKeyAttribute()
380 get { return _publicKey; }
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Reflection/
H A DAssemblyName.cs35 n._publicKey = (byte[])_publicKey?.Clone(); in Clone()
117 … byte[] pkt = _publicKeyToken ?? AssemblyNameHelpers.ComputePublicKeyToken(_publicKey);
142 return _publicKey; in GetPublicKey()
148 _publicKeyToken = AssemblyNameHelpers.ComputePublicKeyToken(_publicKey); in GetPublicKeyToken()
154 _publicKey = publicKey; in SetPublicKey()
215 private byte[] _publicKey; field in System.Reflection.AssemblyName
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Crypt/Rsa/Key/
H A DPrivate.php36 protected $_publicKey = null; variable in Zend_Crypt_Rsa_Key_Private
63 if ($this->_publicKey === null) {
67 $this->_publicKey = new Zend_Crypt_Rsa_Key_Public($this->_details['key']);
69 return $this->_publicKey;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DX509SignatureGenerator.cs9 private PublicKey _publicKey; field in System.Security.Cryptography.X509Certificates.X509SignatureGenerator
15 if (_publicKey == null)
17 _publicKey = BuildPublicKey();
20 return _publicKey;
/dports/security/pear-Crypt_DiffieHellman/Crypt_DiffieHellman-0.2.6/Crypt/
H A DDiffieHellman.php160 private $_publicKey = null; variable in Crypt_DiffieHellman
210 …$this->_publicKey = $this->_math->powmod($this->getGenerator(), $this->getPrivateKey(), $this->get…
223 if (is_null($this->_publicKey)) {
228 return $this->_math->toBinary($this->_publicKey);
230 return $this->_math->btwoc($this->_math->toBinary($this->_publicKey));
232 return $this->_publicKey;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Crypt/
H A DDiffieHellman.php79 private $_publicKey = null; variable in Zend_Crypt_DiffieHellman
159 $this->_publicKey = (string) $number;
173 if ($this->_publicKey === null) {
177 return $this->_math->toBinary($this->_publicKey);
179 return $this->_math->btwoc($this->_math->toBinary($this->_publicKey));
181 return $this->_publicKey;
H A DRsa.php45 protected $_publicKey; variable in Zend_Crypt_Rsa
116 return $this->_publicKey;
245 $this->_publicKey = $this->_privateKey->getPublicKey();
248 $this->_publicKey = new Zend_Crypt_Rsa_Key_Public($this->_pemString);
261 … $this->_publicKey = new Zend_Crypt_Rsa_Key_Public($this->_certificateString, $this->_passPhrase);
/dports/security/pear-Horde_Oauth/Horde_Oauth-2.0.4/lib/Horde/Oauth/SignatureMethod/
H A DRsaSha1.php23 $this->_publicKey = $publicKey;
48 $pubkeyid = openssl_pkey_get_public($this->_publicKey);
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/ios/domain/
H A Dhost_info.mm26 @synthesize publicKey = _publicKey;
41 _publicKey = base::SysUTF8ToNSString(hostInfo.public_key());
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Helpers/
H A DReCaptcha.generated.cs71 internal static readonly object _publicKey = new object(); field in Microsoft.Web.Helpers.ReCaptcha
88 return ScopeStorage.CurrentScope[_publicKey] as string;
95 ScopeStorage.CurrentScope[_publicKey] = value;
H A DReCaptcha.cshtml16 internal static readonly object _publicKey = new object();
33 return ScopeStorage.CurrentScope[_publicKey] as string;
40 ScopeStorage.CurrentScope[_publicKey] = value;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX509Certificate2ImplMono.cs55 PublicKey _publicKey; field in System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono
294 if (_publicKey == null) {
296 _publicKey = new PublicKey (_cert);
303 return _publicKey;
561 _publicKey = null; in Reset()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Dclientsideencryption.cpp873 QByteArray publicKeyPem = account->e2e()->_publicKey.toPem(); in checkPublicKeyValidity()
937 _publicKey = _certificate.publicKey(); in publicKeyFetched()
964 _publicKey = QSslKey(); in privateKeyFetched()
1002 _publicKey = QSslKey(); in mnemonicKeyFetched()
1076 _publicKey = QSslKey(); in forgetSensitiveData()
1202 _publicKey = _certificate.publicKey(); in generateCSR()
1335 _publicKey = _certificate.publicKey(); in getPublicKeyFromServer()
1367 _publicKey = QSslKey(); in fetchAndValidatePublicKeyFromServer()
1487 QByteArray publicKeyPem = _account->e2e()->_publicKey.toPem(); in encryptMetadataKey()
1530 QString publicKey = _account->e2e()->_publicKey.toPem().toBase64(); in setupEmptyMetadata()
H A Dclientsideencryption.h164 QSslKey _publicKey;
/dports/devel/qca/qca-2.3.4/plugins/qca-softstore/
H A Dqca-softstore.cpp249 PublicKey _publicKey() const in _publicKey() function in softstoreQCAPlugin::softstorePKeyBase
409 list += static_cast<softstorePKeyBase *>(_k)->_publicKey().type(); in supportedTypes()
416 list += static_cast<softstorePKeyBase *>(_k)->_publicKey().type(); in supportedIOTypes()
459 return static_cast<softstorePKeyBase *>(_k)->_publicKey().toDER(); in publicToDER()
464 return static_cast<softstorePKeyBase *>(_k)->_publicKey().toPEM(); in publicToPEM()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libp2p/
H A DCommon.h251 …Node(Public _publicKey, NodeIPEndpoint const& _ip, PeerType _peerType = PeerType::Optional): id(_p… in id() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/CertificateCreation/
H A DCertificateRequestUsageTests.cs692 private readonly PublicKey _publicKey; field in System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.CertificateRequestUsageTests.InvalidSignatureGenerator
699 _publicKey = new PublicKey( in InvalidSignatureGenerator()
707 return _publicKey; in BuildPublicKey()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.Web.Helpers.Test/
H A DReCaptchaTest.cs227 Assert.Equal(ScopeStorage.CurrentScope[ReCaptcha._publicKey], value); in ReCaptchaPublicKeyUsesScopeStorage()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil.Metadata/
H A DMetadataRowWriter.cs103 …short _buildNumber, ushort _revisionNumber, AssemblyFlags _flags, uint _publicKey, uint _name, uin… in CreateAssemblyRow() argument
112 row.PublicKey = _publicKey; in CreateAssemblyRow()
/dports/devel/qca/qca-2.3.4/plugins/qca-pkcs11/
H A Dqca-pkcs11.cpp705 PublicKey _publicKey() const in _publicKey() function in pkcs11QCAPlugin::pkcs11RSAContext
852 return static_cast<pkcs11RSAContext *>(_k)->_publicKey().toDER(); in publicToDER()
857 return static_cast<pkcs11RSAContext *>(_k)->_publicKey().toPEM(); in publicToPEM()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Internal/Metadata/NativeFormat/
H A DNativeFormatReaderGen.cs6845 return _publicKey;
6849 internal ByteCollection _publicKey; field
10810 offset = _streamReader.Read(offset, out record._publicKey); in GetScopeDefinition()