Searched refs:GetNextIV (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 Dvmac.h17 void GetNextIV(RandomNumberGenerator &rng, byte *IV);
H A Dvmac.cpp93 void VMAC_Base::GetNextIV(RandomNumberGenerator &rng, byte *IV) function in class:VMAC_Base
95 SimpleKeyingInterface::GetNextIV(rng, IV);
H A Dcryptlib.cpp129 void SimpleKeyingInterface::GetNextIV(RandomNumberGenerator &rng, byte *IV) function in class:SimpleKeyingInterface
H A Dcryptlib.h394 //! returns whether this object can use random IVs (in addition to ones returned by GetNextIV)
396 //! returns whether this object can use random but possibly predictable IVs (in addition to ones returned by GetNextIV)
398 //! returns whether this object can use structured IVs, for example a counter (in addition to ones returned by GetNextIV)
414 virtual void GetNextIV(RandomNumberGenerator &rng, byte *IV);
H A Dvalidat1.cpp532 e.GetNextIV(GlobalRNG(), iv);

Completed in 161 milliseconds