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-05 12:37:28 -07:00
2023-08-30 13:34:34 -07:00
2023-09-01 16:54:25 -07:00
2023-10-27 18:04:28 +08:00
2023-09-01 12:21:32 -07:00
2023-09-09 12:01:33 -07:00
2023-09-01 16:54:25 -07:00
2023-09-02 08:25:19 +01:00
2023-08-29 20:32:10 -07:00