commit | e217413964a453fc2eeb437c32deb00581cf899d | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Jun 24 19:38:30 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 03 22:13:12 2019 +0800 |
tree | fbb70df97290e79cda11c63bbec4506e0ae1f00e | |
parent | d45b1714e25e39b94df3da10ba8e95e63865b278 [diff] |
crypto: arm64/aes-ce - add 5 way interleave routines In preparation of tweaking the accelerated AES chaining mode routines to be able to use a 5-way stride, implement the core routines to support processing 5 blocks of input at a time. While at it, drop the 2 way versions, which have been unused for a while now. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>