commit | b8fb993a836cd432309410eadf083bbe9c0e9e9c | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Jul 24 11:28:11 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 04 09:27:20 2017 +0800 |
tree | fff3bbcbe511ead3c88fdcff98ba4d15b3b03de0 | |
parent | f402e3115e20b345bd6fbfcf463a506d958c7bf6 [diff] |
crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback The arm64 kernel will shortly disallow nested kernel mode NEON, so add a fallback to scalar code that can be invoked in that case. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>