Searched refs:TagSize (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deax.cpp11 m_buffer.New(2*AccessMAC().TagSize());
17 unsigned int blockSize = mac.TagSize();
39 unsigned int blockSize = mac.TagSize();
53 unsigned int blockSize = mac.TagSize();
H A Deax.h32 {return GetMAC().TagSize();}
38 {return GetMAC().TagSize();}
H A Dcryptlib.h567 unsigned int TagSize() const {return DigestSize();} function in class:HashTransformation
660 //! encrypt and generate MAC in one call. will truncate MAC if macSize < TagSize()
662 //! decrypt and verify MAC in one call, returning true iff MAC is valid. will assume MAC is truncated if macLength < TagSize()

Completed in 69 milliseconds