commit | ec808bbef0b15ad103771222d419245617378f32 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Jul 24 11:28:15 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 04 09:27:22 2017 +0800 |
tree | d124df8125277a21a7449274f606295eca344ba9 | |
parent | 611d5324f488b82ef224ab493f1ed5fb2af6f003 [diff] |
crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR Of the various chaining modes implemented by the bit sliced AES driver, only CTR is exposed as a synchronous cipher, and requires a fallback in order to remain usable once we update the kernel mode NEON handling logic to disallow nested use. So wire up the existing CTR fallback C code. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>