Searched defs:CipherResynchronize (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dseal.cpp69 void SEAL_Policy<B>::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) function in class:SEAL_Policy
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.cpp446 void PanamaCipherPolicy<B>::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) function in class:PanamaCipherPolicy
H A Dsosemanuk.cpp22 void SosemanukPolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length) function in class:SosemanukPolicy
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 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

Completed in 69 milliseconds