diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-01-11 17:41:51 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-01-12 17:26:49 +0100 |
commit | 293614ce3eda94a3c9b38d5c18fdc06eb1397221 (patch) | |
tree | f8efed1ab21500e9a73fcfc834cf179670f89cc5 /arch/arm64/crypto/Makefile | |
parent | crypto: arm/chacha20 - implement NEON version based on SSE3 code (diff) | |
download | linux-293614ce3eda94a3c9b38d5c18fdc06eb1397221.tar.xz linux-293614ce3eda94a3c9b38d5c18fdc06eb1397221.zip |
crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well
In addition to wrapping the AES-CTR cipher into the async SIMD wrapper,
which exposes it as an async skcipher that defers processing to process
context, expose our AES-CTR implementation directly as a synchronous cipher
as well, but with a lower priority.
This makes the AES-CTR transform usable in places where synchronous
transforms are required, such as the MAC802.11 encryption code, which
executes in sotfirq context, where SIMD processing is allowed on arm64.
Users of the async transform will keep the existing behavior.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/arm64/crypto/Makefile')
0 files changed, 0 insertions, 0 deletions