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)
commita479f103dc1c801d0c6fe90bbaf99ae1700a84dc
tree8938b57915e1f080267c046bfaf62d24361f82ac
parentba139783110a1a6aee1b60d091744a26ecad4806
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