]> git.baikalelectronics.ru Git - uboot.git/commit
hash: Allow for SHA512 hardware implementations
authorJoel Stanley <joel@jms.id.au>
Wed, 17 Feb 2021 03:20:42 +0000 (13:50 +1030)
committerTom Rini <trini@konsulko.com>
Mon, 12 Apr 2021 21:17:11 +0000 (17:17 -0400)
commitb59406a8c7c2c726d65f9fe02ea338efd0069347
tree8938b57915e1f080267c046bfaf62d24361f82ac
parent2fbc22dadcee471b195b11fe75d8200112acc69d
hash: Allow for SHA512 hardware implementations

Similar to support for SHA1 and SHA256, allow the use of hardware hashing
engine by enabling the algorithm and setting  CONFIG_SHA_HW_ACCEL /
CONFIG_SHA_PROG_HW_ACCEL.

Signed-off-by: Joel Stanley <joel@jms.id.au>
common/hash.c
include/hw_sha.h
lib/Kconfig