crypto: Remove _STRING_ARCH_unaligned usage
commit11053fd4245c5cc0dbd885122e0ef28d11b2db7e
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 9 Feb 2023 13:26:43 +0000 (9 10:26 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 17 Feb 2023 18:56:41 +0000 (17 15:56 -0300)
treeb3402a8d187d4fd7edb7da7248323def042b47ff
parent609054152fd77c9b572bb04c4af2f8da1ed0c86e
crypto: Remove _STRING_ARCH_unaligned usage

Assume unaligned inputs on all cases.  The code is built and used only
in compat mode.

Checked on x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
crypt/md5.c
crypt/sha256.c
crypt/sha512.c