Searched refs:CipherResynchronize (Results 1 - 12 of 12) 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 Dseal.h21 void CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length);
H A Dstrciphr.cpp24 policy.CipherResynchronize(m_buffer, iv, ivLength);
131 policy.CipherResynchronize(m_buffer, iv, this->ThrowIfInvalidIVLength(length));
162 policy.CipherResynchronize(iv, ivLength);
172 policy.CipherResynchronize(iv, this->ThrowIfInvalidIVLength(length));
H A Dmodes.cpp57 void CFB_ModePolicy::CipherResynchronize(const byte *iv, size_t length) function in class:CFB_ModePolicy
86 void OFB_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) function in class:OFB_ModePolicy
128 void CTR_ModePolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) function in class:CTR_ModePolicy
H A Dpanama.h126 void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
H A Dmodes.h107 void CipherResynchronize(const byte *iv, size_t length);
134 void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
154 void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length);
H A Dstrciphr.h78 virtual void CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) {throw NotImplemented("SimpleKeyingInterface: this object doesn't support resynchronization");} function in struct:AdditiveCipherAbstractPolicy
173 virtual void CipherResynchronize(const byte *iv, size_t length) {throw NotImplemented("SimpleKeyingInterface: this object doesn't support resynchronization");} function in class:CFB_CipherAbstractPolicy
H A Dseal.cpp69 void SEAL_Policy<B>::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) function in class:SEAL_Policy
H A Dpanama.cpp446 void PanamaCipherPolicy<B>::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) function in class:PanamaCipherPolicy
H A Dsalsa.cpp41 void Salsa20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) function in class:Salsa20_Policy
565 void XSalsa20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) function in class:XSalsa20_Policy
H A Dsosemanuk.cpp22 void SosemanukPolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) function in class:SosemanukPolicy

Completed in 106 milliseconds