Searched defs:Resynchronize (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dauthenc.cpp62 void AuthenticatedSymmetricCipherBase::Resynchronize(const byte *iv, int length) function in class:AuthenticatedSymmetricCipherBase
H A Dstrciphr.cpp126 void AdditiveCipherTemplate<S>::Resynchronize(const byte *iv, int length) function in class:AdditiveCipherTemplate
169 void CFB_CipherTemplate<BASE>::Resynchronize(const byte *iv, int length) function in class:CFB_CipherTemplate
H A Dmodes.h168 void Resynchronize(const byte *iv, int length=-1) {memcpy_s(m_register, m_register.size(), iv, ThrowIfInvalidIVLength(length));} function in class:BlockOrientedCipherModeBase
H A Dvmac.cpp99 void VMAC_Base::Resynchronize(const byte *nonce, int len) function in class:VMAC_Base
H A Dcryptlib.h409 virtual void Resynchronize(const byte *iv, int ivLength=-1) {throw NotImplemented(GetAlgorithm().AlgorithmName() + ": this object doesn't support resynchronization");} function in class:SimpleKeyingInterface

Completed in 174 milliseconds