Searched refs:HashWordType (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmdc.h28 typedef typename T::HashWordType HashWordType; typedef in class:MDC::Enc
40 T::CorrectEndianess(Buffer(), (HashWordType *)inBlock, this->BLOCKSIZE);
48 T::CorrectEndianess((HashWordType *)outBlock, Buffer(), this->BLOCKSIZE);
53 unsigned int OptimalDataAlignment() const {return sizeof(HashWordType);}
56 HashWordType *Key() {return (HashWordType *)m_key.data();}
57 const HashWordType *Key() const {return (const HashWordType *)m_key.data();}
58 HashWordType *Buffe
[all...]
H A Dripemd.h13 static void InitState(HashWordType *state);
22 static void InitState(HashWordType *state);
32 static void InitState(HashWordType *state);
42 static void InitState(HashWordType *state);
H A Diterhash.cpp14 HashWordType oldCountLo = m_countLo, oldCountHi = m_countHi;
15 if ((m_countLo = oldCountLo + HashWordType(len)) < oldCountLo)
17 m_countHi += (HashWordType)SafeRightShift<8*sizeof(HashWordType)>(len);
18 if (m_countHi < oldCountHi || SafeRightShift<2*8*sizeof(HashWordType)>(len) != 0)
134 PadLastBlock(blockSize - 2*sizeof(HashWordType));
140 if (IsAligned<HashWordType>(digest) && size%sizeof(HashWordType)==0)
141 ConditionalByteReverse<HashWordType>(order, (HashWordType *)diges
[all...]
H A Dtiger.h13 static void InitState(HashWordType *state);
H A Dwhrlpool.h13 static void InitState(HashWordType *state);
H A Dsha.h12 static void CRYPTOPP_API InitState(HashWordType *state);
26 static void CRYPTOPP_API InitState(HashWordType *state);
38 static void CRYPTOPP_API InitState(HashWordType *state);
47 static void CRYPTOPP_API InitState(HashWordType *state);
56 static void CRYPTOPP_API InitState(HashWordType *state);
H A Dmd4.h16 static void InitState(HashWordType *state);
H A Dmd5.h14 static void InitState(HashWordType *state);
H A Diterhash.h24 typedef T HashWordType; typedef in class:IteratedHashBase
42 virtual void HashEndianCorrectedBlock(const HashWordType *data) =0;
44 void HashBlock(const HashWordType *input) {HashMultipleBlocks(input, this->BlockSize());}
59 typedef T_HashWordType HashWordType; typedef in class:IteratedHash
68 inline static void CorrectEndianess(HashWordType *out, const HashWordType *in, size_t byteCount)
H A Dmd4.cpp25 void MD4::InitState(HashWordType *state)
H A Dmd5.cpp17 void MD5::InitState(HashWordType *state)
H A Dsha.cpp24 void SHA1::InitState(HashWordType *state)
87 void SHA224::InitState(HashWordType *state)
93 void SHA256::InitState(HashWordType *state)
601 void SHA384::InitState(HashWordType *state)
611 void SHA512::InitState(HashWordType *state)
H A Dtiger.cpp10 void Tiger::InitState(HashWordType *state)
H A Dttmac.cpp30 PadLastBlock(BlockSize() - 2*sizeof(HashWordType));
31 CorrectEndianess(m_data, m_data, BlockSize() - 2*sizeof(HashWordType));
H A Dripemd.cpp37 void RIPEMD160::InitState(HashWordType *state)
235 void RIPEMD320::InitState(HashWordType *state)
464 void RIPEMD128::InitState(HashWordType *state)
625 void RIPEMD256::InitState(HashWordType *state)
H A Dwhrlpool.cpp78 void Whirlpool::InitState(HashWordType *state)

Completed in 186 milliseconds