]> git.dujemihanovic.xyz Git - u-boot.git/commit
sha1: Remove sha1 non-watchdog API
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:18 +0000 (14:50 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Oct 2024 23:58:30 +0000 (17:58 -0600)
commit988e749d9770bad0a8d8fbf45bfa8af3ca88da38
tree0944f9741626c7bdef0a7d46fcb4b380760846ce
parent2b6f572958f3e4ab0f5b9dde64dce6ddd477fdab
sha1: Remove sha1 non-watchdog API

We don't need an API specially for non-watchdog since sha1_csum_wd
supports it by disabling CONFIG_HW_WATCHDOG and CONFIG_WATCHDOG.
Set 0x10000 as default chunk size for SHA1.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
board/gdsys/a38x/hre.c
include/u-boot/sha1.h
lib/sha1.c
lib/tpm-v1.c