
In message 20080412111502.16495.46710.stgit@pollux.denx.de you wrote:
Implement watchodg-aware variants of hash calculation functions:
- crc32_wd()
- md5_wd()
- sha1_csum_wd()
The above functions calculate the hash of the input buffer in chunks, triggering the watchdog after processing each chunk. The chunk size is given as a function call parameter.
Signed-off-by: Bartlomiej Sieka tur@semihalf.com
include/common.h | 1 + include/md5.h | 8 ++++++++ include/sha1.h | 11 +++++++++++ lib_generic/crc32.c | 27 +++++++++++++++++++++++++++ lib_generic/md5.c | 36 ++++++++++++++++++++++++++++++++++++ lib_generic/sha1.c | 33 +++++++++++++++++++++++++++++++++ 6 files changed, 116 insertions(+), 0 deletions(-)
This doesn't apply any more - for example, include/md5.h does not exist any more.
Please rebase against current top of tree and resubmit.
Best regards,
Wolfgang Denk