arm64/crypto: use crypto instructions to generate AES key schedule
This patch implements the AES key schedule generation using ARMv8 Crypto Instructions. It replaces the table based C implementation in aes_generic.ko, which means we can drop the dependency on that module. Tested-by:Steve Capper <steve.capper@linaro.org> Acked-by:
Steve Capper <steve.capper@linaro.org> Signed-off-by:
Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by:
Will Deacon <will.deacon@arm.com>
Showing
- arch/arm64/crypto/Kconfig 2 additions, 3 deletionsarch/arm64/crypto/Kconfig
- arch/arm64/crypto/aes-ce-ccm-glue.c 3 additions, 1 deletionarch/arm64/crypto/aes-ce-ccm-glue.c
- arch/arm64/crypto/aes-ce-cipher.c 111 additions, 1 deletionarch/arm64/crypto/aes-ce-cipher.c
- arch/arm64/crypto/aes-ce-setkey.h 5 additions, 0 deletionsarch/arm64/crypto/aes-ce-setkey.h
- arch/arm64/crypto/aes-glue.c 12 additions, 6 deletionsarch/arm64/crypto/aes-glue.c
Loading
Please register or sign in to comment