Searched refs:CBC_MAC_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 Dcbcmac.cpp9 void CBC_MAC_Base::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)
16 void CBC_MAC_Base::Update(const byte *input, size_t length)
43 void CBC_MAC_Base::TruncatedFinal(byte *mac, size_t size)
54 void CBC_MAC_Base::ProcessBuf()
H A Dcbcmac.h10 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CBC_MAC_Base : public MessageAuthenticationCode class in inherits:MessageAuthenticationCode
13 CBC_MAC_Base() {} function in class:CBC_MAC_Base
18 unsigned int DigestSize() const {return const_cast<CBC_MAC_Base*>(this)->AccessCipher().BlockSize();}
34 class CBC_MAC : public MessageAuthenticationCodeImpl<CBC_MAC_Base, CBC_MAC<T> >, public SameKeyLengthAs<T>

Completed in 49 milliseconds