Searched refs:CMAC_Base (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcmac.h10 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CMAC_Base : public MessageAuthenticationCode class in inherits:MessageAuthenticationCode
13 CMAC_Base() {} function in class:CMAC_Base
25 const BlockCipher & GetCipher() const {return const_cast<CMAC_Base*>(this)->AccessCipher();}
36 class CMAC : public MessageAuthenticationCodeImpl<CMAC_Base, CMAC<T> >, public SameKeyLengthAs<T>
H A Deax.h56 const CMAC_Base & GetMAC() const {return const_cast<EAX_Base *>(this)->AccessMAC();}
57 virtual CMAC_Base & AccessMAC() =0;
73 CMAC_Base & AccessMAC() {return m_cmac;}
H A Dcmac.cpp43 void CMAC_Base::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)
58 void CMAC_Base::Update(const byte *input, size_t length)
99 void CMAC_Base::TruncatedFinal(byte *mac, size_t size)

Completed in 37 milliseconds