mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
215b01bba8
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> |
||
---|---|---|
.. | ||
bzlib.c | ||
bzlib_crctable.c | ||
bzlib_decompress.c | ||
bzlib_huffman.c | ||
bzlib_private.h | ||
bzlib_randtable.c | ||
crc32.c | ||
ctype.c | ||
display_options.c | ||
div64.c | ||
ldiv.c | ||
lmb.c | ||
Makefile | ||
md5.c | ||
sha1.c | ||
string.c | ||
vsprintf.c | ||
zlib.c |