Searched refs:IVSize (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvmac.h14 unsigned int IVSize() const {return GetCipher().BlockSize();} function in class:VMAC_Base
45 CRYPTOPP_BLOCK_5(nonce, byte, IVSize())
46 CRYPTOPP_BLOCK_6(pad, byte, IVSize())
H A Deax.h31 unsigned int IVSize() const function in class:EAX_Base
H A Dccm.h33 unsigned int IVSize() const function in class:CCM_Base
H A Dgcm.h32 unsigned int IVSize() const function in class:GCM_Base
H A Dbench.cpp190 obj->SetKey(key, keyLength, CombinedNameValuePairs(params, MakeParameters(Name::IV(), ConstByteArrayParameter(key, obj->IVSize()), false)));
192 BenchMarkKeying(*obj, keyLength, CombinedNameValuePairs(params, MakeParameters(Name::IV(), ConstByteArrayParameter(key, obj->IVSize()), false)));
H A Dseckey.h139 unsigned int IVSize() const {return INFO::IV_LENGTH;} function in class:SimpleKeyingInterfaceImpl
H A Dcryptlib.h385 {SetKeyWithIV(key, length, iv, IVSize());}
401 virtual unsigned int IVSize() const {throw NotImplemented(GetAlgorithm().AlgorithmName() + ": this object doesn't support resynchronization");} function in class:SimpleKeyingInterface
403 unsigned int DefaultIVLength() const {return IVSize();}
405 virtual unsigned int MinIVLength() const {return IVSize();}
407 virtual unsigned int MaxIVLength() const {return IVSize();}
408 //! resynchronize with an IV. ivLength=-1 means use IVSize()
H A Dcryptlib.cpp90 return IVSize();
118 size = IVSize();
131 rng.GenerateBlock(IV, IVSize());
H A Dmodes.h42 unsigned int IVSize() const {return BlockSize();} function in class:CipherModeBase
H A Dvmac.cpp102 size_t s = IVSize();
821 t += GetWord<word64>(true, BIG_ENDIAN_ORDER, m_pad() + (m_nonce()[IVSize()-1]&1) * 8);
H A Ddatatest.cpp322 if (pairs.GetValue(Name::IV(), iv) && iv.size() != encryptor->IVSize())
H A Dfipsalgt.cpp1021 ivs[i+1].CleanNew(pCipher->IVSize());
H A Dvalidat1.cpp526 SecByteBlock lastIV, iv(e.IVSize());

Completed in 174 milliseconds