Searched refs:MessageRepresentativeBitLength (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpubkey.cpp50 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()))
80 representative, MessageRepresentativeBitLength());
95 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
100 if (x.BitCount() > MessageRepresentativeBitLength())
111 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
115 ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength());
126 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
130 ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength(), recoveredMessag
[all...]
H A Dpubkey.h316 {return this->GetMessageEncodingInterface().MaxRecoverableLength(MessageRepresentativeBitLength(), GetHashIdentifier().second, GetDigestSize());}
328 size_t MessageRepresentativeLength() const {return BitsToBytes(MessageRepresentativeBitLength());}
329 size_t MessageRepresentativeBitLength() const {return this->GetTrapdoorFunctionBounds().ImageBound().BitCount()-1;} function in class:TF_SignatureSchemeBase
983 size_t MessageRepresentativeLength() const {return BitsToBytes(MessageRepresentativeBitLength());}
984 size_t MessageRepresentativeBitLength() const {return this->GetAbstractGroupParameters().GetSubgroupOrder().BitCount();} function in class:DL_SignatureSchemeBase
1032 representative, this->MessageRepresentativeBitLength());
1111 representative, this->MessageRepresentativeBitLength());
1133 representative, this->MessageRepresentativeBitLength());

Completed in 78 milliseconds