Searched refs:m_stolenIV (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmodes.cpp170 if (!m_stolenIV)
175 outString = m_stolenIV;
H A Dmodes.h210 void SetStolenIV(byte *iv) {m_stolenIV = iv;}
219 m_stolenIV = params.GetValueWithDefault(Name::StolenIV(), (byte *)NULL);
222 byte *m_stolenIV; member in class:CBC_CTS_Encryption

Completed in 35 milliseconds