Searched refs:AccessBlockCipher (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.h63 virtual BlockCipher & AccessBlockCipher() =0;
66 const BlockCipher & GetBlockCipher() const {return const_cast<CCM_Base *>(this)->AccessBlockCipher();};
86 BlockCipher & AccessBlockCipher() {return m_cipher;} function in class:CCM_Final
H A Dgcm.h59 virtual BlockCipher & AccessBlockCipher() =0;
62 const BlockCipher & GetBlockCipher() const {return const_cast<GCM_Base *>(this)->AccessBlockCipher();};
91 BlockCipher & AccessBlockCipher() {return m_cipher;} function in class:GCM_Final
H A Dccm.cpp13 BlockCipher &blockCipher = AccessBlockCipher();
30 BlockCipher &cipher = AccessBlockCipher();
H A Dgcm.cpp71 BlockCipher &blockCipher = AccessBlockCipher();
183 BlockCipher &cipher = AccessBlockCipher();

Completed in 102 milliseconds