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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dccm.h18 {return GetBlockCipher().AlgorithmName() + std::string("/CCM");}
20 {return GetBlockCipher().MinKeyLength();}
22 {return GetBlockCipher().MaxKeyLength();}
24 {return GetBlockCipher().DefaultKeyLength();}
26 {return GetBlockCipher().GetValidKeyLength(n);}
28 {return GetBlockCipher().IsValidKeyLength(n);}
30 {return GetBlockCipher().OptimalDataAlignment();}
54 {return GetBlockCipher().BlockSize();}
66 const BlockCipher & GetBlockCipher() const {return const_cast<CCM_Base *>(this)->AccessBlockCipher();}; function in class:CCM_Base
H A Dgcm.h18 {return GetBlockCipher().AlgorithmName() + std::string("/GCM");}
20 {return GetBlockCipher().MinKeyLength();}
22 {return GetBlockCipher().MaxKeyLength();}
24 {return GetBlockCipher().DefaultKeyLength();}
26 {return GetBlockCipher().GetValidKeyLength(n);}
28 {return GetBlockCipher().IsValidKeyLength(n);}
62 const BlockCipher & GetBlockCipher() const {return const_cast<GCM_Base *>(this)->AccessBlockCipher();}; function in class:GCM_Base
H A Dccm.cpp60 const BlockCipher &cipher = GetBlockCipher();
96 const BlockCipher &cipher = GetBlockCipher();
103 const BlockCipher &cipher = GetBlockCipher();
119 const BlockCipher &cipher = GetBlockCipher();
H A Dgcm.cpp226 return HasSSE2() ? 16 : GetBlockCipher().OptimalDataAlignment();

Completed in 115 milliseconds