Eric Biggers acd7799574 crypto: shash - remove crypto_shash_ctx_aligned()
crypto_shash_ctx_aligned() is no longer used, and it is useless now that
shash algorithms don't support nonzero alignmasks, so remove it.

Also remove crypto_tfm_ctx_aligned() which was only called by
crypto_shash_ctx_aligned().  It's unlikely to be useful again, since it
seems inappropriate to use cra_alignmask to represent alignment for the
tfm context when it already means alignment for inputs/outputs.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-10-27 18:04:28 +08:00
..
2023-09-20 13:15:29 +08:00
2022-12-02 18:12:40 +08:00
2023-06-05 09:36:35 +02:00
2021-03-26 19:55:55 +11:00
2019-08-05 18:40:19 -04:00
2023-10-05 18:16:31 +08:00
2022-04-08 16:12:46 +08:00
2023-01-06 17:15:47 +08:00