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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deax.h16 {return GetMAC().GetCipher().AlgorithmName() + std::string("/EAX");}
18 {return GetMAC().MinKeyLength();}
20 {return GetMAC().MaxKeyLength();}
22 {return GetMAC().DefaultKeyLength();}
24 {return GetMAC().GetValidKeyLength(n);}
26 {return GetMAC().IsValidKeyLength(n);}
28 {return GetMAC().OptimalDataAlignment();}
32 {return GetMAC().TagSize();}
38 {return GetMAC().TagSize();}
56 const CMAC_Base & GetMAC() cons function in class:EAX_Base
[all...]

Completed in 51 milliseconds