Searched refs:SetCipherWithIV (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deax.cpp26 m_ctr.SetCipherWithIV(AccessMAC().AccessCipher(), m_buffer+blockSize, blockSize);
H A Dccm.cpp44 m_ctr.SetCipherWithIV(cipher, m_buffer);
H A Dmodes.h52 void SetCipherWithIV(BlockCipher &cipher, const byte *iv, int feedbackSize = 0) function in class:CipherModeBase
285 {this->SetCipherWithIV(cipher, iv, feedbackSize);}
H A Dgcm.cpp217 m_ctr.SetCipherWithIV(cipher, hashBuffer);

Completed in 64 milliseconds