]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite5a99d8288a41d36a63a9e320f7583af6495f2af
tree62090ff9537f12980ae6e7ade34aab052b1cdbd8
parentda69492e8c326312c8b9d0bac4fbf7a9a303b57f
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