Searched refs:keystreamBuffer (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsalsa.h21 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
50 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dsosemanuk.h20 void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
H A Dmodes.cpp76 void OFB_ModePolicy::WriteKeystream(byte *keystreamBuffer, size_t iterationCount) argument
80 m_cipher->ProcessBlock(m_register, keystreamBuffer);
82 m_cipher->AdvancedProcessBlocks(keystreamBuffer, NULL, keystreamBuffer+s, s*(iterationCount-1), 0);
83 memcpy(m_register, keystreamBuffer+s*(iterationCount-1), s);
86 void OFB_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) argument
128 void CTR_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) argument
H A Dseal.h21 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dpanama.h126 void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
H A Dmodes.h133 void WriteKeystream(byte *keystreamBuffer, size_t iterationCount);
134 void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
154 void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
H A Dseal.cpp69 void SEAL_Policy<B>::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) argument
H A Dstrciphr.h78 virtual void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) {throw NotImplemented("SimpleKeyingInterface: this object doesn't support resynchronization");} argument
H A Dpanama.cpp446 void PanamaCipherPolicy<B>::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) argument
H A Dsalsa.cpp41 void Salsa20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) argument
565 void XSalsa20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) argument
H A Dsosemanuk.cpp22 void SosemanukPolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) argument

Completed in 113 milliseconds