Searched defs:IteratedHashBase (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Diterhash.h21 class CRYPTOPP_NO_VTABLE IteratedHashBase : public BASE class in inherits:BASE
26 IteratedHashBase() : m_countLo(0), m_countHi(0) {} function in class:IteratedHashBase
97 CRYPTOPP_DLL_TEMPLATE_CLASS IteratedHashBase<word64, HashTransformation>; variable
98 CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase<word64, MessageAuthenticationCode>; variable
100 CRYPTOPP_DLL_TEMPLATE_CLASS IteratedHashBase<word32, HashTransformation>; variable
101 CRYPTOPP_STATIC_TEMPLATE_CLASS IteratedHashBase<word32, MessageAuthenticationCode>; variable

Completed in 107 milliseconds