From: Ard Biesheuvel Date: Mon, 3 Nov 2014 16:50:01 +0000 (+0000) Subject: arm64/crypto: use crypto instructions to generate AES key schedule X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12ac3efe74f888a13cb4df88b38bb01e8034dea8;p=pandora-kernel.git 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 Acked-by: Steve Capper Signed-off-by: Ard Biesheuvel Signed-off-by: Will Deacon --- Reading git-diff-tree failed