Searched refs:SetKeyWithIV (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 Ddlltest.cpp64 encryption_DES_EDE3_CFB.SetKeyWithIV(key, sizeof(key), iv);
68 decryption_DES_EDE3_CFB.SetKeyWithIV(key, sizeof(key), iv);
H A Ddefault.cpp112 m_cipher.SetKeyWithIV(key, key.size(), IV);
174 m_cipher.SetKeyWithIV(key, key.size(), IV);
H A Dcryptlib.h381 void SetKeyWithIV(const byte *key, size_t length, const byte *iv, size_t ivLength);
384 void SetKeyWithIV(const byte *key, size_t length, const byte *iv) function in class:SimpleKeyingInterface
385 {SetKeyWithIV(key, length, iv, IVSize());}
H A Dstrciphr.h287 {this->SetKeyWithIV(key, length, iv);}
H A Dtest.cpp123 s_globalRNG.SetKeyWithIV((byte *)seed.data(), 16, (byte *)seed.data());
771 s_globalRNG.SetKeyWithIV((byte *)seed.data(), 16, (byte *)seed.data());
H A Dcryptlib.cpp64 void SimpleKeyingInterface::SetKeyWithIV(const byte *key, size_t length, const byte *iv, size_t ivLength) function in class:SimpleKeyingInterface

Completed in 120 milliseconds