Searched refs:MDC_Info (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 Dmdc.h16 struct MDC_Info : public FixedBlockSize<T::DIGESTSIZE>, public FixedKeyLength<T::BLOCKSIZE> struct in inherits:FixedBlockSize,FixedKeyLength
24 class MDC : public MDC_Info<T>
26 class CRYPTOPP_NO_VTABLE Enc : public BlockCipherImpl<MDC_Info<T> >
61 FixedSizeSecBlock<byte, MDC_Info<T>::KEYLENGTH, AllocatorWithCleanup<byte> > m_key;
62 mutable FixedSizeSecBlock<byte, MDC_Info<T>::BLOCKSIZE, AllocatorWithCleanup<byte> > m_buffer;

Completed in 54 milliseconds