Searched refs:DigestSize (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Demsa2.cpp15 assert(representativeBitLength >= MinRepresentativeBitLength(hashIdentifier.second, hash.DigestSize()));
20 size_t digestSize = hash.DigestSize();
H A Dadler32.h16 unsigned int DigestSize() const {return DIGESTSIZE;} function in class:Adler32
H A Dhmac.cpp23 m_buf.resize(2*AccessHash().BlockSize() + AccessHash().DigestSize());
30 keylength = hash.DigestSize();
78 hash.Update(AccessInnerHash(), hash.DigestSize());
H A Dmd2.h18 unsigned int DigestSize() const {return DIGESTSIZE;} function in class:Weak1::MD2
H A Dhmac.h22 unsigned int DigestSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().DigestSize();} function in class:HMAC_Base
H A Doaep.h19 virtual unsigned int DigestSize() const =0;
33 unsigned int DigestSize() const {return H::DIGESTSIZE;} function in class:OAEP
H A Dtrunhash.h12 unsigned int DigestSize() const {return 0;} function in class:NullHash
17 //! construct new HashModule with smaller DigestSize() from existing one
33 unsigned int DigestSize() const {return m_digestSize;} function in class:TruncatedHashTemplate
H A Dpubkey.cpp38 SecByteBlock recoveredMessage(MaxRecoverableLength(representativeBitLength, hashIdentifier.second, hash.DigestSize()));
50 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
53 size_t maxRecoverableLength = encoding.MaxRecoverableLength(MessageRepresentativeBitLength(), GetHashIdentifier().second, ma.AccessHash().DigestSize());
73 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
95 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
111 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
126 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
H A Dcrc.h26 unsigned int DigestSize() const {return DIGESTSIZE;} function in class:CRC32
H A Dttmac.h18 unsigned int DigestSize() const {return DIGESTSIZE;}; function in class:TTMAC_Base
H A Dvmac.h13 std::string AlgorithmName() const {return std::string("VMAC(") + GetCipher().AlgorithmName() + ")-" + IntToString(DigestSize()*8);}
18 unsigned int DigestSize() const {return m_is128 ? 16 : 8;}; function in class:VMAC_Base
H A Doaep.cpp16 return SaturatingSubtract(paddedLength/8, 1+2*DigestSize());
32 const size_t hLen = pHash->DigestSize();
65 const size_t hLen = pHash->DigestSize();
H A Dpanama.h32 unsigned int DigestSize() const {return DIGESTSIZE;} function in class:Weak::PanamaHash
76 unsigned int DigestSize() const function in class:HermeticHashFunctionMAC
77 {return m_hash.DigestSize();}
H A Dcbcmac.h18 unsigned int DigestSize() const {return const_cast<CBC_MAC_Base*>(this)->AccessCipher().BlockSize();} function in class:CBC_MAC_Base
H A Dcmac.h18 unsigned int DigestSize() const {return GetCipher().BlockSize();} function in class:CMAC_Base
H A Dpssr.cpp50 assert(representativeBitLength >= MinRepresentativeBitLength(hashIdentifier.second, hash.DigestSize()));
54 const size_t digestSize = hash.DigestSize();
89 assert(representativeBitLength >= MinRepresentativeBitLength(hashIdentifier.second, hash.DigestSize()));
93 const size_t digestSize = hash.DigestSize();
H A Dpkcspad.cpp94 assert(representativeBitLength >= MinRepresentativeBitLength(hashIdentifier.second, hash.DigestSize()));
107 unsigned int digestSize = hash.DigestSize();
H A Dargnames.h71 CRYPTOPP_DEFINE_NAME_STRING(DigestSize) //!< int, in bytes
H A Deax.h37 unsigned int DigestSize() const function in class:EAX_Base
H A Dccm.h39 unsigned int DigestSize() const function in class:CCM_Base
H A Ddmac.h22 unsigned int DigestSize() const {return DIGESTSIZE;} function in class:DMAC_Base
H A Dgcm.h38 unsigned int DigestSize() const function in class:GCM_Base
H A Dpwdbased.h68 SecByteBlock buffer(hash.DigestSize());
94 SecByteBlock buffer(hmac.DigestSize());
H A Dccm.cpp20 m_digestSize = params.GetIntValueWithDefault(Name::DigestSize(), DefaultDigestSize());
22 throw InvalidArgument(AlgorithmName() + ": DigestSize must be 4, 6, 8, 10, 12, 14, or 16");
H A Design.h97 SecByteBlock digest(hash.DigestSize());

Completed in 150 milliseconds

12