Home
last modified time | relevance | path

Searched refs:keystreamBuffer (Results 1 – 25 of 89) sorted by relevance

1234

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dmodes.cpp87 void OFB_ModePolicy::WriteKeystream(byte *keystreamBuffer, size_t iterationCount) in WriteKeystream() argument
91 m_cipher->ProcessBlock(m_register, keystreamBuffer); in WriteKeystream()
93 …m_cipher->AdvancedProcessBlocks(keystreamBuffer, NULL, keystreamBuffer+s, s*(iterationCount-1), 0); in WriteKeystream()
94 memcpy(m_register, keystreamBuffer+s*(iterationCount-1), s); in WriteKeystream()
97 void OFB_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
99 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
142 void CTR_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
144 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dsalsa.h35 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
70 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dchacha.cpp50 void ChaCha_Policy<R>::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) in CipherResynchronize() argument
52 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dsosemanuk.h37 void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dmodes.cpp101 void OFB_ModePolicy::WriteKeystream(byte *keystreamBuffer, size_t iterationCount) in WriteKeystream() argument
108 m_cipher->ProcessBlock(m_register, keystreamBuffer); in WriteKeystream()
110 …m_cipher->AdvancedProcessBlocks(keystreamBuffer, NULLPTR, PtrAdd(keystreamBuffer, s), s*(iteration… in WriteKeystream()
111 memcpy(m_register, PtrAdd(keystreamBuffer, (iterationCount-1)*s), s); in WriteKeystream()
114 void OFB_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
116 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
163 void CTR_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
165 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dchacha.h66 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
123 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
189 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dsalsa.h44 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
86 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dchacha.cpp347 void ChaCha_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) in CipherResynchronize() argument
349 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
421 void ChaChaTLS_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) in CipherResynchronize() argument
423 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
513 void XChaCha20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
515 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dhc256.cpp120 void HC256Policy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
122 CRYPTOPP_UNUSED(keystreamBuffer); CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dsosemanuk.h36 void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dmodes.cpp101 void OFB_ModePolicy::WriteKeystream(byte *keystreamBuffer, size_t iterationCount) in WriteKeystream() argument
108 m_cipher->ProcessBlock(m_register, keystreamBuffer); in WriteKeystream()
110 …m_cipher->AdvancedProcessBlocks(keystreamBuffer, NULLPTR, PtrAdd(keystreamBuffer, s), s*(iteration… in WriteKeystream()
111 memcpy(m_register, PtrAdd(keystreamBuffer, (iterationCount-1)*s), s); in WriteKeystream()
114 void OFB_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
116 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
163 void CTR_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
165 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dchacha.h66 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
123 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
189 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dsalsa.h44 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
86 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dchacha.cpp347 void ChaCha_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) in CipherResynchronize() argument
349 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
421 void ChaChaTLS_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) in CipherResynchronize() argument
423 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
513 void XChaCha20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
515 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dhc256.cpp120 void HC256Policy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
122 CRYPTOPP_UNUSED(keystreamBuffer); CRYPTOPP_UNUSED(length); in CipherResynchronize()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dmodes.cpp101 void OFB_ModePolicy::WriteKeystream(byte *keystreamBuffer, size_t iterationCount) in WriteKeystream() argument
108 m_cipher->ProcessBlock(m_register, keystreamBuffer); in WriteKeystream()
110 …m_cipher->AdvancedProcessBlocks(keystreamBuffer, NULLPTR, PtrAdd(keystreamBuffer, s), s*(iteration… in WriteKeystream()
111 memcpy(m_register, PtrAdd(keystreamBuffer, (iterationCount-1)*s), s); in WriteKeystream()
114 void OFB_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
116 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
163 void CTR_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
165 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dchacha.h66 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
123 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
189 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dsalsa.h44 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
86 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dchacha.cpp347 void ChaCha_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) in CipherResynchronize() argument
349 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
421 void ChaChaTLS_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) in CipherResynchronize() argument
423 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
513 void XChaCha20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
515 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dhc256.cpp120 void HC256Policy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
122 CRYPTOPP_UNUSED(keystreamBuffer); CRYPTOPP_UNUSED(length); in CipherResynchronize()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dmodes.cpp101 void OFB_ModePolicy::WriteKeystream(byte *keystreamBuffer, size_t iterationCount)
108 m_cipher->ProcessBlock(m_register, keystreamBuffer);
110 …m_cipher->AdvancedProcessBlocks(keystreamBuffer, NULLPTR, PtrAdd(keystreamBuffer, s), s*(iteration…
111 memcpy(m_register, PtrAdd(keystreamBuffer, (iterationCount-1)*s), s);
114 void OFB_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length)
116 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length);
163 void CTR_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length)
165 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length);
H A Dchacha.h66 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
123 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
189 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dsalsa.h44 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
86 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dchacha.cpp347 void ChaCha_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) in CipherResynchronize() argument
349 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
421 void ChaChaTLS_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) in CipherResynchronize() argument
423 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
513 void XChaCha20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
515 CRYPTOPP_UNUSED(keystreamBuffer), CRYPTOPP_UNUSED(length); in CipherResynchronize()
H A Dhc256.cpp120 void HC256Policy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) in CipherResynchronize() argument
122 CRYPTOPP_UNUSED(keystreamBuffer); CRYPTOPP_UNUSED(length); in CipherResynchronize()

1234