Searched refs:VMAC (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 Dregtest.cpp80 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES> >();
81 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES, 64> >();
H A Dvmac.h13 std::string AlgorithmName() const {return std::string("VMAC(") + GetCipher().AlgorithmName() + ")-" + IntToString(DigestSize()*8);}
53 /// <a href="http://www.cryptolounge.org/wiki/VMAC">VMAC</a>
55 class VMAC : public SimpleKeyingInterfaceImpl<VMAC_Base, SameKeyLengthAs<T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE> > class in inherits:SimpleKeyingInterfaceImpl
58 static std::string StaticAlgorithmName() {return std::string("VMAC(") + T_BlockCipher::StaticAlgorithmName() + ")-" + IntToString(T_DigestBitSize);}

Completed in 59 milliseconds