commit | 03be4e45074e2a9cb5e06bf527141716262574e6 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun Oct 22 01:10:46 2023 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 27 18:04:29 2023 +0800 |
tree | 98c38652ae4a6ff6297f0cfc467978c15f0e6ac7 | |
parent | 58e4bb5f16e7b643f7ee5d30cd355cefb44b2da9 [diff] |
crypto: authencesn - stop using alignmask of ahash Now that the alignmask for ahash and shash algorithms is always 0, simplify the code in authenc accordingly. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>