From 12ac3efe74f888a13cb4df88b38bb01e8034dea8 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Mon, 3 Nov 2014 16:50:01 +0000 Subject: [PATCH] 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-format-patch failed