Searched refs:AccessHash (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dhmac.cpp17 HashTransformation &hash = AccessHash();
23 m_buf.resize(2*AccessHash().BlockSize() + AccessHash().DigestSize());
29 AccessHash().CalculateDigest(AccessIpad(), userKey, keylength);
46 HashTransformation &hash = AccessHash();
55 AccessHash().Restart();
64 AccessHash().Update(input, length);
71 HashTransformation &hash = AccessHash();
H A Dhmac.h21 unsigned int OptimalBlockSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().OptimalBlockSize();}
22 unsigned int DigestSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().DigestSize();}
25 virtual HashTransformation & AccessHash() =0;
27 byte * AccessOpad() {return m_buf + AccessHash().BlockSize();}
28 byte * AccessInnerHash() {return m_buf + 2*AccessHash().BlockSize();}
54 HashTransformation & AccessHash() {return m_hash;} function in class:HMAC
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());
62 ma.AccessHash(),
73 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
79 ma.AccessHash(), id, ma.m_empty,
95 if (MessageRepresentativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize()))
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(), i
[all...]
H A Dpubkey.h288 virtual HashTransformation & AccessHash() =0;
292 AccessHash().Update(input, length);
305 HashTransformation & AccessHash() {return this->m_object;} function in class:PK_MessageAccumulatorImpl
1012 this->GetMessageEncodingInterface().ProcessRecoverableMessage(ma.AccessHash(),
1031 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty,
1096 this->GetMessageEncodingInterface().ProcessSemisignature(ma.AccessHash(), ma.m_semisignature, ma.m_semisignature.size());
1110 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty,
1132 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty,
1142 ma.AccessHash(), this->GetHashIdentifier(),

Completed in 200 milliseconds