Searched refs:HMAC_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 Dhmac.h12 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE HMAC_Base : public VariableKeyLength<16, 0, INT_MAX>, public MessageAuthenticationCode class in inherits:VariableKeyLength,MessageAuthenticationCode
15 HMAC_Base() : m_innerHashKeyed(false) {} function in class:HMAC_Base
21 unsigned int OptimalBlockSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().OptimalBlockSize();}
22 unsigned int DigestSize() const {return const_cast<HMAC_Base*>(this)->AccessHash().DigestSize();}
40 class HMAC : public MessageAuthenticationCodeImpl<HMAC_Base, HMAC<T> >
47 HMAC(const byte *key, size_t length=HMAC_Base::DEFAULT_KEYLENGTH)
H A Dhmac.cpp11 void HMAC_Base::UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs &)
43 void HMAC_Base::KeyInnerHash()
51 void HMAC_Base::Restart()
60 void HMAC_Base::Update(const byte *input, size_t length)
67 void HMAC_Base::TruncatedFinal(byte *mac, size_t size)

Completed in 95 milliseconds