Searched refs:HashMultipleBlocks (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsha.h24 size_t HashMultipleBlocks(const word32 *input, size_t length);
36 size_t HashMultipleBlocks(const word32 *input, size_t length);
H A Diterhash.cpp55 size_t leftOver = HashMultipleBlocks((T *)input, len);
80 template <class T, class BASE> size_t IteratedHashBase<T, BASE>::HashMultipleBlocks(const T *input, size_t length) function in class:IteratedHashBase
H A Diterhash.h43 virtual size_t HashMultipleBlocks(const T *input, size_t length);
44 void HashBlock(const HashWordType *input) {HashMultipleBlocks(input, this->BlockSize());}
H A Dvmac.h29 size_t HashMultipleBlocks(const word64 *input, size_t length);
H A Dpanama.h39 size_t HashMultipleBlocks(const word32 *input, size_t length);
H A Dpanama.cpp412 size_t PanamaHash<B>::HashMultipleBlocks(const word32 *input, size_t length) function in class:Weak::PanamaHash
H A Dsha.cpp450 size_t SHA256::HashMultipleBlocks(const word32 *input, size_t length) function in class:SHA256
456 size_t SHA224::HashMultipleBlocks(const word32 *input, size_t length) function in class:SHA224
H A Dvmac.cpp731 size_t VMAC_Base::HashMultipleBlocks(const word64 *data, size_t length) function in class:VMAC_Base

Completed in 45 milliseconds