commit | 676e508122d96aec199ab7181fd62c592c2cb8d5 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Fri Aug 27 09:03:38 2021 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 17 11:05:10 2021 +0800 |
tree | 8fad3a67d10135781cc08ccbe22da3e6592793c5 | |
parent | 96c34e143689bc498508c27ea35c4446aed9f42e [diff] |
crypto: arm64/aes-ce - stop using SIMD helper for skciphers Calls into the skcipher API can only occur from contexts where the SIMD unit is available, so there is no need for the SIMD helper. Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>