Home
last modified time | relevance | path

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

12345678910>>...19

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/gitlab.com/yawning/obfs4.git/common/ntor/
H A Dntor.go54 PublicKeyLength = 32 const
159 type PublicKey [PublicKeyLength]byte
162 func (public *PublicKey) Bytes() *[PublicKeyLength]byte {
163 return (*[PublicKeyLength]byte)(public)
173 if len(raw) != PublicKeyLength {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/obfs4.git/common/ntor/
H A Dntor.go55 PublicKeyLength = 32 const
160 type PublicKey [PublicKeyLength]byte
163 func (public *PublicKey) Bytes() *[PublicKeyLength]byte {
164 return (*[PublicKeyLength]byte)(public)
174 if len(raw) != PublicKeyLength {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/gitlab.com/yawning/obfs4.git/common/ntor/
H A Dntor.go54 PublicKeyLength = 32 const
159 type PublicKey [PublicKeyLength]byte
162 func (public *PublicKey) Bytes() *[PublicKeyLength]byte {
163 return (*[PublicKeyLength]byte)(public)
173 if len(raw) != PublicKeyLength {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/obfs4.git/common/ntor/
H A Dntor.go55 PublicKeyLength = 32 const
160 type PublicKey [PublicKeyLength]byte
163 func (public *PublicKey) Bytes() *[PublicKeyLength]byte {
164 return (*[PublicKeyLength]byte)(public)
174 if len(raw) != PublicKeyLength {
/dports/security/obfs4proxy-tor/common/ntor/
H A Dntor.go54 PublicKeyLength = 32 const
159 type PublicKey [PublicKeyLength]byte
162 func (public *PublicKey) Bytes() *[PublicKeyLength]byte {
163 return (*[PublicKeyLength]byte)(public)
173 if len(raw) != PublicKeyLength {
/dports/security/cryptopp/cryptopp-8.6.0/
H A Ddh2.h40 {return d1.PublicKeyLength();} in NAMESPACE_BEGIN()
51 {return d2.PublicKeyLength();} in NAMESPACE_BEGIN()
H A Dxtrcrypt.cpp101 y.Encode(publicKey, PublicKeyLength()); in GeneratePublicKey()
106 GFP2Element w(otherPublicKey, PublicKeyLength()); in Agree()
H A Dxtrcrypt.h32 unsigned int PublicKeyLength() const {return 2*m_p.ByteCount();} in NAMESPACE_BEGIN()
H A Ddh2.cpp37 unsigned int PublicKeyLength() const { in PublicKeyLength() function
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Ddh2.h40 {return d1.PublicKeyLength();} in NAMESPACE_BEGIN()
51 {return d2.PublicKeyLength();} in NAMESPACE_BEGIN()
H A Dxtrcrypt.cpp91 y.Encode(publicKey, PublicKeyLength()); in GeneratePublicKey()
96 GFP2Element w(otherPublicKey, PublicKeyLength()); in Agree()
H A Dxtrcrypt.h33 unsigned int PublicKeyLength() const {return 2*m_p.ByteCount();} in NAMESPACE_BEGIN()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddh2.h40 {return d1.PublicKeyLength();} in NAMESPACE_BEGIN()
51 {return d2.PublicKeyLength();} in NAMESPACE_BEGIN()
H A Dxtrcrypt.cpp101 y.Encode(publicKey, PublicKeyLength()); in GeneratePublicKey()
106 GFP2Element w(otherPublicKey, PublicKeyLength()); in Agree()
H A Dxtrcrypt.h32 unsigned int PublicKeyLength() const {return 2*m_p.ByteCount();} in NAMESPACE_BEGIN()
H A Ddh2.cpp37 unsigned int PublicKeyLength() const { in PublicKeyLength() function
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddh2.h40 {return d1.PublicKeyLength();} in NAMESPACE_BEGIN()
51 {return d2.PublicKeyLength();} in NAMESPACE_BEGIN()
H A Dxtrcrypt.cpp101 y.Encode(publicKey, PublicKeyLength()); in GeneratePublicKey()
106 GFP2Element w(otherPublicKey, PublicKeyLength()); in Agree()
H A Ddh2.cpp37 unsigned int PublicKeyLength() const { in PublicKeyLength() function
H A Dxtrcrypt.h32 unsigned int PublicKeyLength() const {return 2*m_p.ByteCount();} in NAMESPACE_BEGIN()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Ddh2.h40 {return d1.PublicKeyLength();}
51 {return d2.PublicKeyLength();}
H A Dxtrcrypt.cpp101 y.Encode(publicKey, PublicKeyLength());
106 GFP2Element w(otherPublicKey, PublicKeyLength());
H A Ddh2.cpp37 unsigned int PublicKeyLength() const { in PublicKeyLength() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Cng/src/Internal/Cryptography/
H A DKeyPropertyName.cs24 …internal const string PublicKeyLength = "PublicKeyLength"; // NCRYPT_PUBLIC_KEY_LENGTH (W… field in Internal.Cryptography.KeyPropertyName
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/crypto/
H A Dtls.h75 DWORD PublicKeyLength; member

12345678910>>...19