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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgcm.h13 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE GCM_Base : public AuthenticatedSymmetricCipherBase class in inherits:AuthenticatedSymmetricCipherBase
62 const BlockCipher & GetBlockCipher() const {return const_cast<GCM_Base *>(this)->AccessBlockCipher();};
81 class GCM_Final : public GCM_Base
H A Dgcm.cpp19 word16 GCM_Base::s_reductionTable[256];
20 bool GCM_Base::s_reductionTableInitialized = false;
22 void GCM_Base::GCTR::IncrementCounterBy256()
69 void GCM_Base::SetKeyWithoutResync(const byte *userKey, size_t keylength, const NameValuePairs &params)
181 void GCM_Base::Resync(const byte *iv, size_t len)
199 len = GCM_Base::AuthenticateBlocks(iv, len);
207 GCM_Base::AuthenticateBlocks(m_buffer, HASH_BLOCKSIZE);
211 GCM_Base::AuthenticateBlocks(m_buffer, HASH_BLOCKSIZE);
224 unsigned int GCM_Base::OptimalDataAlignment() const
242 size_t GCM_Base
[all...]

Completed in 97 milliseconds