crypto: aes - move sync ctr(aes) to AES library and generic helper
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 2 Jul 2019 19:41:35 +0000 (21:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jul 2019 04:58:08 +0000 (14:58 +1000)
commitff6f4115cb953c5be8d7a76b2ec1877df2f4c2c0
tree62090ff9537f12980ae6e7ade34aab052b1cdbd8
parentd9ec772d9550b6e513c51bc4e6fa1e3ffb50181c
crypto: aes - move sync ctr(aes) to AES library and generic helper

In preparation of duplicating the sync ctr(aes) functionality to modules
under arch/arm, move the helper function from a inline .h file to the
AES library, which is already depended upon by the drivers that use this
fallback.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/aes-ctr-fallback.h [deleted file]
arch/arm64/crypto/aes-glue.c
arch/arm64/crypto/aes-neonbs-glue.c