Searched refs:PublicKeyLength (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddh2.h28 {return d1.PublicKeyLength();}
39 {return d2.PublicKeyLength();}
H A Dxtrcrypt.h31 unsigned int PublicKeyLength() const {return 2*m_p.ByteCount();} function in class:XTR_DH
H A Dxtrcrypt.cpp87 y.Encode(publicKey, PublicKeyLength());
92 GFP2Element w(otherPublicKey, PublicKeyLength());
H A Dbench2.cpp123 SecByteBlock priv(d.PrivateKeyLength()), pub(d.PublicKeyLength());
164 SecByteBlock pub1(d.PublicKeyLength()), pub2(d.PublicKeyLength());
H A Ddh.h67 SecByteBlock publicKey2(this->PublicKeyLength());
H A Dvalidat2.cpp191 SecByteBlock pub1(d.PublicKeyLength()), pub2(d.PublicKeyLength());
H A Dcryptlib.h1452 virtual unsigned int PublicKeyLength() const =0;
1457 /*! \pre size of publicKey == PublicKeyLength() */
1466 \pre length of otherPublicKey == PublicKeyLength()
H A Dpubkey.h1384 unsigned int PublicKeyLength() const {return GetAbstractGroupParameters().GetEncodedElementSize(true);} function in class:DL_SimpleKeyAgreementDomainBase

Completed in 85 milliseconds