Home
last modified time | relevance | path

Searched refs:AccessHash (Results 1 – 20 of 20) sorted by relevance

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dhmac.cpp17 HashTransformation &hash = AccessHash(); in NAMESPACE_BEGIN()
23 m_buf.resize(2*AccessHash().BlockSize() + AccessHash().DigestSize()); in NAMESPACE_BEGIN()
33 AccessHash().CalculateDigest(AccessIpad(), userKey, keylength); in NAMESPACE_BEGIN()
50 HashTransformation &hash = AccessHash(); in KeyInnerHash()
59 AccessHash().Restart(); in Restart()
68 AccessHash().Update(input, length); in Update()
75 HashTransformation &hash = AccessHash(); in TruncatedFinal()
H A Dhmac.h29 …unsigned int OptimalBlockSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().OptimalBl… in NAMESPACE_BEGIN()
30 unsigned int DigestSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().DigestSize();} in NAMESPACE_BEGIN()
33 virtual HashTransformation & AccessHash() =0; in NAMESPACE_BEGIN()
35 byte * AccessOpad() {return m_buf + AccessHash().BlockSize();} in NAMESPACE_BEGIN()
36 byte * AccessInnerHash() {return m_buf + 2*AccessHash().BlockSize();} in NAMESPACE_BEGIN()
73 HashTransformation & AccessHash() {return m_hash;} in AccessHash() function
H A Dpubkey.cpp53 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputRecoverableMessage()
56 …Length(MessageRepresentativeBitLength(), GetHashIdentifier().second, ma.AccessHash().DigestSize()); in InputRecoverableMessage()
65 ma.AccessHash(), in InputRecoverableMessage()
78 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in SignAndRestart()
84 ma.AccessHash(), id, ma.m_empty, in SignAndRestart()
100 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputSignature()
116 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in VerifyAndRestart()
120 ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength()); in VerifyAndRestart()
131 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in RecoverAndRestart()
135 …ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength(), recoveredM… in RecoverAndRestart()
H A Dpubkey.h456 virtual HashTransformation & AccessHash() =0;
460 AccessHash().Update(input, length); in Update()
476 HashTransformation & AccessHash() {return this->m_object;} in AccessHash() function
1624 this->GetMessageEncodingInterface().ProcessRecoverableMessage(ma.AccessHash(), in InputRecoverableMessage()
1643 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in SignAndRestart()
1741 …this->GetMessageEncodingInterface().ProcessSemisignature(ma.AccessHash(), ma.m_semisignature, ma.m… in InputSignature()
1755 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in VerifyAndRestart()
1777 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in RecoverAndRestart()
1787 ma.AccessHash(), this->GetHashIdentifier(), in RecoverAndRestart()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dhmac.cpp17 HashTransformation &hash = AccessHash(); in NAMESPACE_BEGIN()
23 m_buf.resize(2*AccessHash().BlockSize() + AccessHash().DigestSize()); in NAMESPACE_BEGIN()
29 AccessHash().CalculateDigest(AccessIpad(), userKey, keylength); in NAMESPACE_BEGIN()
46 HashTransformation &hash = AccessHash(); in KeyInnerHash()
55 AccessHash().Restart(); in Restart()
64 AccessHash().Update(input, length); in Update()
71 HashTransformation &hash = AccessHash(); in TruncatedFinal()
H A Dhmac.h27 …unsigned int OptimalBlockSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().OptimalBl… in NAMESPACE_BEGIN()
28 unsigned int DigestSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().DigestSize();} in NAMESPACE_BEGIN()
31 virtual HashTransformation & AccessHash() =0; in NAMESPACE_BEGIN()
33 byte * AccessOpad() {return m_buf + AccessHash().BlockSize();} in NAMESPACE_BEGIN()
34 byte * AccessInnerHash() {return m_buf + 2*AccessHash().BlockSize();} in NAMESPACE_BEGIN()
68 HashTransformation & AccessHash() {return m_hash;} in AccessHash() function
H A Dpubkey.cpp53 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputRecoverableMessage()
56 …Length(MessageRepresentativeBitLength(), GetHashIdentifier().second, ma.AccessHash().DigestSize()); in InputRecoverableMessage()
65 ma.AccessHash(), in InputRecoverableMessage()
78 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in SignAndRestart()
84 ma.AccessHash(), id, ma.m_empty, in SignAndRestart()
100 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputSignature()
116 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in VerifyAndRestart()
120 ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength()); in VerifyAndRestart()
131 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in RecoverAndRestart()
135 …ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength(), recoveredM… in RecoverAndRestart()
H A Dpubkey.h459 virtual HashTransformation & AccessHash() =0;
463 AccessHash().Update(input, length); in Update()
480 HashTransformation & AccessHash() {return this->m_object;} in AccessHash() function
1434 this->GetMessageEncodingInterface().ProcessRecoverableMessage(ma.AccessHash(), in InputRecoverableMessage()
1453 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in SignAndRestart()
1535 …this->GetMessageEncodingInterface().ProcessSemisignature(ma.AccessHash(), ma.m_semisignature, ma.m… in InputSignature()
1549 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in VerifyAndRestart()
1571 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in RecoverAndRestart()
1581 ma.AccessHash(), this->GetHashIdentifier(), in RecoverAndRestart()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dhmac.cpp17 HashTransformation &hash = AccessHash(); in NAMESPACE_BEGIN()
23 m_buf.resize(2*AccessHash().BlockSize() + AccessHash().DigestSize()); in NAMESPACE_BEGIN()
33 AccessHash().CalculateDigest(AccessIpad(), userKey, keylength); in NAMESPACE_BEGIN()
50 HashTransformation &hash = AccessHash(); in KeyInnerHash()
59 AccessHash().Restart(); in Restart()
68 AccessHash().Update(input, length); in Update()
75 HashTransformation &hash = AccessHash(); in TruncatedFinal()
H A Dhmac.h29 …unsigned int OptimalBlockSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().OptimalBl… in NAMESPACE_BEGIN()
30 unsigned int DigestSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().DigestSize();} in NAMESPACE_BEGIN()
33 virtual HashTransformation & AccessHash() =0; in NAMESPACE_BEGIN()
35 byte * AccessOpad() {return m_buf + AccessHash().BlockSize();} in NAMESPACE_BEGIN()
36 byte * AccessInnerHash() {return m_buf + 2*AccessHash().BlockSize();} in NAMESPACE_BEGIN()
73 HashTransformation & AccessHash() {return m_hash;} in AccessHash() function
H A Dpubkey.cpp53 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputRecoverableMessage()
56 …Length(MessageRepresentativeBitLength(), GetHashIdentifier().second, ma.AccessHash().DigestSize()); in InputRecoverableMessage()
65 ma.AccessHash(), in InputRecoverableMessage()
78 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in SignAndRestart()
84 ma.AccessHash(), id, ma.m_empty, in SignAndRestart()
100 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputSignature()
116 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in VerifyAndRestart()
120 ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength()); in VerifyAndRestart()
131 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in RecoverAndRestart()
135 …ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength(), recoveredM… in RecoverAndRestart()
H A Dpubkey.h456 virtual HashTransformation & AccessHash() =0;
460 AccessHash().Update(input, length); in Update()
476 HashTransformation & AccessHash() {return this->m_object;} in AccessHash() function
1617 this->GetMessageEncodingInterface().ProcessRecoverableMessage(ma.AccessHash(), in InputRecoverableMessage()
1636 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in SignAndRestart()
1733 …this->GetMessageEncodingInterface().ProcessSemisignature(ma.AccessHash(), ma.m_semisignature, ma.m… in InputSignature()
1747 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in VerifyAndRestart()
1769 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in RecoverAndRestart()
1779 ma.AccessHash(), this->GetHashIdentifier(), in RecoverAndRestart()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dhmac.cpp17 HashTransformation &hash = AccessHash(); in NAMESPACE_BEGIN()
23 m_buf.resize(2*AccessHash().BlockSize() + AccessHash().DigestSize()); in NAMESPACE_BEGIN()
33 AccessHash().CalculateDigest(AccessIpad(), userKey, keylength); in NAMESPACE_BEGIN()
50 HashTransformation &hash = AccessHash(); in KeyInnerHash()
59 AccessHash().Restart(); in Restart()
68 AccessHash().Update(input, length); in Update()
75 HashTransformation &hash = AccessHash(); in TruncatedFinal()
H A Dhmac.h29 …unsigned int OptimalBlockSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().OptimalBl… in NAMESPACE_BEGIN()
30 unsigned int DigestSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().DigestSize();} in NAMESPACE_BEGIN()
33 virtual HashTransformation & AccessHash() =0; in NAMESPACE_BEGIN()
35 byte * AccessOpad() {return m_buf + AccessHash().BlockSize();} in NAMESPACE_BEGIN()
36 byte * AccessInnerHash() {return m_buf + 2*AccessHash().BlockSize();} in NAMESPACE_BEGIN()
73 HashTransformation & AccessHash() {return m_hash;} in AccessHash() function
H A Dpubkey.cpp53 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputRecoverableMessage()
56 …Length(MessageRepresentativeBitLength(), GetHashIdentifier().second, ma.AccessHash().DigestSize()); in InputRecoverableMessage()
65 ma.AccessHash(), in InputRecoverableMessage()
78 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in SignAndRestart()
84 ma.AccessHash(), id, ma.m_empty, in SignAndRestart()
100 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputSignature()
116 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in VerifyAndRestart()
120 ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength()); in VerifyAndRestart()
131 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in RecoverAndRestart()
135 …ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength(), recoveredM… in RecoverAndRestart()
H A Dpubkey.h456 virtual HashTransformation & AccessHash() =0;
460 AccessHash().Update(input, length); in Update()
476 HashTransformation & AccessHash() {return this->m_object;} in AccessHash() function
1617 this->GetMessageEncodingInterface().ProcessRecoverableMessage(ma.AccessHash(), in InputRecoverableMessage()
1636 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in SignAndRestart()
1733 …this->GetMessageEncodingInterface().ProcessSemisignature(ma.AccessHash(), ma.m_semisignature, ma.m… in InputSignature()
1747 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in VerifyAndRestart()
1769 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in RecoverAndRestart()
1779 ma.AccessHash(), this->GetHashIdentifier(), in RecoverAndRestart()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dhmac.cpp17 HashTransformation &hash = AccessHash();
23 m_buf.resize(2*AccessHash().BlockSize() + AccessHash().DigestSize());
33 AccessHash().CalculateDigest(AccessIpad(), userKey, keylength);
50 HashTransformation &hash = AccessHash();
59 AccessHash().Restart();
68 AccessHash().Update(input, length);
75 HashTransformation &hash = AccessHash();
H A Dhmac.h29 …unsigned int OptimalBlockSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().OptimalBl… in NAMESPACE_BEGIN()
30 unsigned int DigestSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().DigestSize();} in NAMESPACE_BEGIN()
33 virtual HashTransformation & AccessHash() =0; in NAMESPACE_BEGIN()
35 byte * AccessOpad() {return m_buf + AccessHash().BlockSize();} in NAMESPACE_BEGIN()
36 byte * AccessInnerHash() {return m_buf + 2*AccessHash().BlockSize();} in NAMESPACE_BEGIN()
73 HashTransformation & AccessHash() {return m_hash;} in AccessHash() function
H A Dpubkey.cpp53 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputRecoverableMessage()
56 …Length(MessageRepresentativeBitLength(), GetHashIdentifier().second, ma.AccessHash().DigestSize()); in InputRecoverableMessage()
65 ma.AccessHash(), in InputRecoverableMessage()
78 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in SignAndRestart()
84 ma.AccessHash(), id, ma.m_empty, in SignAndRestart()
100 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in InputSignature()
116 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in VerifyAndRestart()
120 ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength()); in VerifyAndRestart()
131 …entativeBitLength() < encoding.MinRepresentativeBitLength(id.second, ma.AccessHash().DigestSize())) in RecoverAndRestart()
135 …ma.AccessHash(), id, ma.m_empty, ma.m_representative, MessageRepresentativeBitLength(), recoveredM… in RecoverAndRestart()
H A Dpubkey.h456 virtual HashTransformation & AccessHash() =0;
460 AccessHash().Update(input, length); in Update()
476 HashTransformation & AccessHash() {return this->m_object;} in AccessHash() function
1617 this->GetMessageEncodingInterface().ProcessRecoverableMessage(ma.AccessHash(), in InputRecoverableMessage()
1636 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in SignAndRestart()
1733 …this->GetMessageEncodingInterface().ProcessSemisignature(ma.AccessHash(), ma.m_semisignature, ma.m… in InputSignature()
1747 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in VerifyAndRestart()
1769 ma.AccessHash(), this->GetHashIdentifier(), ma.m_empty, in RecoverAndRestart()
1779 ma.AccessHash(), this->GetHashIdentifier(), in RecoverAndRestart()