Searched refs:GetCipher (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.h18 unsigned int DigestSize() const {return GetCipher().BlockSize();}
19 unsigned int OptimalBlockSize() const {return GetCipher().BlockSize();}
20 unsigned int OptimalDataAlignment() const {return GetCipher().OptimalDataAlignment();}
25 const BlockCipher & GetCipher() const {return const_cast<CMAC_Base*>(this)->AccessCipher();} function in class:CMAC_Base
H A Dvmac.h13 std::string AlgorithmName() const {return std::string("VMAC(") + GetCipher().AlgorithmName() + ")-" + IntToString(DigestSize()*8);}
14 unsigned int IVSize() const {return GetCipher().BlockSize();}
27 const BlockCipher & GetCipher() const {return const_cast<VMAC_Base *>(this)->AccessCipher();} function in class:VMAC_Base
H A Deax.h16 {return GetMAC().GetCipher().AlgorithmName() + std::string("/EAX");}

Completed in 49 milliseconds