Searched refs:MinRepresentativeBitLength (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 Demsa2.cpp15 assert(representativeBitLength >= MinRepresentativeBitLength(hashIdentifier.second, hash.DigestSize()));
H A Dpubkey.cpp50 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.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 Demsa2.h64 size_t MinRepresentativeBitLength(size_t hashIdentifierLength, size_t digestLength) const function in class:EMSA2Pad
H A Dpssr.cpp16 size_t PSSR_MEM_Base::MinRepresentativeBitLength(size_t hashIdentifierLength, size_t digestLength) const function in class:PSSR_MEM_Base
26 return SaturatingSubtract(representativeBitLength, MinRepresentativeBitLength(hashIdentifierLength, digestLength)) / 8;
50 assert(representativeBitLength >= MinRepresentativeBitLength(hashIdentifier.second, hash.DigestSize()));
89 assert(representativeBitLength >= MinRepresentativeBitLength(hashIdentifier.second, hash.DigestSize()));
H A Dpkcspad.h60 size_t MinRepresentativeBitLength(size_t hashIdentifierSize, size_t digestSize) const function in class:PKCS1v15_SignatureMessageEncodingMethod
H A Dpssr.h21 size_t MinRepresentativeBitLength(size_t hashIdentifierLength, size_t digestLength) const;
H A Dpkcspad.cpp94 assert(representativeBitLength >= MinRepresentativeBitLength(hashIdentifier.second, hash.DigestSize()));
H A Dpubkey.h189 virtual size_t MinRepresentativeBitLength(size_t hashIdentifierLength, size_t digestLength) const function in class:PK_SignatureMessageEncodingMethod

Completed in 57 milliseconds