Searched refs:EAX_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 Deax.cpp8 void EAX_Base::SetKeyWithoutResync(const byte *userKey, size_t keylength, const NameValuePairs &params)
14 void EAX_Base::Resync(const byte *iv, size_t len)
29 size_t EAX_Base::AuthenticateBlocks(const byte *data, size_t len)
35 void EAX_Base::AuthenticateLastHeaderBlock()
49 void EAX_Base::AuthenticateLastFooterBlock(byte *tag, size_t macSize)
H A Deax.h11 class CRYPTOPP_NO_VTABLE EAX_Base : public AuthenticatedSymmetricCipherBase class in inherits:AuthenticatedSymmetricCipherBase
56 const CMAC_Base & GetMAC() const {return const_cast<EAX_Base *>(this)->AccessMAC();}
64 class EAX_Final : public EAX_Base
H A Dcmac.h23 friend class EAX_Base;

Completed in 107 milliseconds