Searched refs:WordType (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 Dstrciphr.h86 typedef WT WordType; typedef in struct:AdditiveCipherConcretePolicy
87 CRYPTOPP_CONSTANT(BYTES_PER_ITERATION = sizeof(WordType) * W)
90 unsigned int GetAlignment() const {return GetAlignmentOf<WordType>();}
100 PutWord(bool(x & OUTPUT_ALIGNED), b, output+i*sizeof(WordType), (x & INPUT_NULL) ? a : a ^ GetWord<WordType>(bool(x & INPUT_ALIGNED), b, input+i*sizeof(WordType)));
179 typedef WT WordType; typedef in struct:CFB_CipherConcretePolicy
181 unsigned int GetAlignment() const {return sizeof(WordType);}
182 unsigned int GetBytesPerIteration() const {return sizeof(WordType) * W;}
192 inline RegisterOutput& operator()(WordType
[all...]
H A Dwake.cpp101 typedef word32 WordType; typedef

Completed in 94 milliseconds