Home
last modified time | relevance | path

Searched refs:m_iterationsPerCount (Results 1 – 10 of 10) sorted by relevance

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dseal.cpp57 m_iterationsPerCount = L / 8192; in CipherSetKey()
88 m_outsideCounter = m_startCount + (unsigned int)(iterationCount / m_iterationsPerCount); in SeekToIteration()
89 m_insideCounter = (unsigned int)(iterationCount % m_iterationsPerCount); in SeekToIteration()
208 if (++m_insideCounter == m_iterationsPerCount) in OperateKeystream()
H A Dseal.h42 word32 m_startCount, m_iterationsPerCount; variable
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dseal.cpp55 m_iterationsPerCount = L / 8192; in CipherSetKey()
86 m_outsideCounter = m_startCount + (unsigned int)(iterationCount / m_iterationsPerCount); in SeekToIteration()
87 m_insideCounter = (unsigned int)(iterationCount % m_iterationsPerCount); in SeekToIteration()
206 if (++m_insideCounter == m_iterationsPerCount) in OperateKeystream()
H A Dseal.h41 word32 m_startCount, m_iterationsPerCount; variable
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dseal.cpp57 m_iterationsPerCount = L / 8192; in CipherSetKey()
88 m_outsideCounter = m_startCount + (unsigned int)(iterationCount / m_iterationsPerCount); in SeekToIteration()
89 m_insideCounter = (unsigned int)(iterationCount % m_iterationsPerCount); in SeekToIteration()
208 if (++m_insideCounter == m_iterationsPerCount) in OperateKeystream()
H A Dseal.h42 word32 m_startCount, m_iterationsPerCount; variable
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dseal.cpp57 m_iterationsPerCount = L / 8192; in CipherSetKey()
88 m_outsideCounter = m_startCount + (unsigned int)(iterationCount / m_iterationsPerCount); in SeekToIteration()
89 m_insideCounter = (unsigned int)(iterationCount % m_iterationsPerCount); in SeekToIteration()
208 if (++m_insideCounter == m_iterationsPerCount) in OperateKeystream()
H A Dseal.h42 word32 m_startCount, m_iterationsPerCount; variable
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dseal.cpp57 m_iterationsPerCount = L / 8192; in CipherSetKey()
88 m_outsideCounter = m_startCount + (unsigned int)(iterationCount / m_iterationsPerCount); in SeekToIteration()
89 m_insideCounter = (unsigned int)(iterationCount % m_iterationsPerCount); in SeekToIteration()
208 if (++m_insideCounter == m_iterationsPerCount) in OperateKeystream()
H A Dseal.h42 word32 m_startCount, m_iterationsPerCount; variable