Searched refs:MessageAuthenticationCode (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dregtest.cpp76 RegisterDefaultFactoryFor<MessageAuthenticationCode, HMAC<Weak::MD5> >();
77 RegisterDefaultFactoryFor<MessageAuthenticationCode, HMAC<SHA1> >();
78 RegisterDefaultFactoryFor<MessageAuthenticationCode, HMAC<RIPEMD160> >();
79 RegisterDefaultFactoryFor<MessageAuthenticationCode, TTMAC>();
80 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES> >();
81 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES, 64> >();
82 RegisterDefaultFactoryFor<MessageAuthenticationCode, Weak::PanamaMAC<LittleEndian> >();
83 RegisterDefaultFactoryFor<MessageAuthenticationCode, Weak::PanamaMAC<BigEndian> >();
84 RegisterDefaultFactoryFor<MessageAuthenticationCode, CMAC<AES> >();
85 RegisterDefaultFactoryFor<MessageAuthenticationCode, DMA
[all...]
H A Deax.cpp16 MessageAuthenticationCode &mac = AccessMAC();
38 MessageAuthenticationCode &mac = AccessMAC();
52 MessageAuthenticationCode &mac = AccessMAC();
H A Dttmac.h12 class CRYPTOPP_NO_VTABLE TTMAC_Base : public FixedKeyLength<20>, public IteratedHash<word32, LittleEndian, 64, MessageAuthenticationCode>
H A Dbench.cpp244 BenchMarkByName2<AuthenticatedSymmetricCipher, MessageAuthenticationCode>("AES/GCM", 0, "GMAC(AES) (2K tables)", MakeParameters(Name::TableSize(), 2048));
245 BenchMarkByName2<AuthenticatedSymmetricCipher, MessageAuthenticationCode>("AES/GCM", 0, "GMAC(AES) (64K tables)", MakeParameters(Name::TableSize(), 64*1024));
246 BenchMarkByName<MessageAuthenticationCode>("VMAC(AES)-64");
247 BenchMarkByName<MessageAuthenticationCode>("VMAC(AES)-128");
248 BenchMarkByName<MessageAuthenticationCode>("HMAC(SHA-1)");
249 BenchMarkByName<MessageAuthenticationCode>("Two-Track-MAC");
250 BenchMarkByName<MessageAuthenticationCode>("CMAC(AES)");
251 BenchMarkByName<MessageAuthenticationCode>("DMAC(AES)");
H A Dcbcmac.h10 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CBC_MAC_Base : public MessageAuthenticationCode
H A Dcmac.h10 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CMAC_Base : public MessageAuthenticationCode
H A Dfips140.h40 CRYPTOPP_DLL MessageAuthenticationCode * CRYPTOPP_API NewIntegrityCheckingMAC();
H A Dhmac.h12 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE HMAC_Base : public VariableKeyLength<16, 0, INT_MAX>, public MessageAuthenticationCode
H A Diterhash.cpp153 template class IteratedHashBase<word64, MessageAuthenticationCode>;
156 template class IteratedHashBase<word32, MessageAuthenticationCode>;
H A Diterhash.h98 CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase<word64, MessageAuthenticationCode>;
101 CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase<word32, MessageAuthenticationCode>;
H A Dvmac.h10 class VMAC_Base : public IteratedHashBase<word64, MessageAuthenticationCode>
H A Ddmac.h10 class CRYPTOPP_NO_VTABLE DMAC_Base : public SameKeyLengthAs<T>, public MessageAuthenticationCode
H A Dpanama.h46 class HermeticHashFunctionMAC : public AlgorithmImpl<SimpleKeyingInterfaceImpl<TwoBases<MessageAuthenticationCode, VariableKeyLength<32, 0, INT_MAX> > >, T_Info>
H A Dfipstest.cpp253 MessageAuthenticationCode * NewIntegrityCheckingMAC()
261 std::auto_ptr<MessageAuthenticationCode> mac(NewIntegrityCheckingMAC());
H A Dcryptlib.h629 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE MessageAuthenticationCode : public SimpleKeyingInterface, public HashTransformation class in inherits:SimpleKeyingInterface,HashTransformation
636 /*! The StreamTransformation part of this interface is used to encrypt/decrypt the data, and the MessageAuthenticationCode part of this
638 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE AuthenticatedSymmetricCipher : public MessageAuthenticationCode, public StreamTransformation
669 const Algorithm & GetAlgorithm() const {return *static_cast<const MessageAuthenticationCode *>(this);}
H A Ddatatest.cpp487 member_ptr<MessageAuthenticationCode> mac;
500 mac.reset(ObjectFactoryRegistry<MessageAuthenticationCode>::Registry().CreateObject(name.c_str()));
H A Dtest.cpp234 member_ptr<MessageAuthenticationCode> pMac(NewIntegrityCheckingMAC());
485 member_ptr<MessageAuthenticationCode> mac;
H A Dfipsalgt.cpp773 member_ptr<MessageAuthenticationCode> pMAC;

Completed in 106 milliseconds