commit | 71e52c278c54db10e368c54687234390357b08d6 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Jul 30 23:06:40 2018 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 07 17:38:04 2018 +0800 |
tree | f17035f6b122c1de560652d67ccc93044a00ff77 | |
parent | 3465893d274e21c18bfffdf758403d5c7b5af515 [diff] |
crypto: arm64/aes-ce-gcm - operate on two input blocks at a time Update the core AES/GCM transform and the associated plumbing to operate on 2 AES/GHASH blocks at a time. By itself, this is not expected to result in a noticeable speedup, but it paves the way for reimplementing the GHASH component using 2-way aggregation. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>