ARM: move AES typedefs and function prototypes to separate header
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sun, 15 Sep 2013 15:10:43 +0000 (17:10 +0200)
committerIliyan Malchev <malchev@google.com>
Fri, 2 Jan 2015 20:36:54 +0000 (12:36 -0800)
commit7e168319a52d9c0a4871a1c5a2f4be975550852a
tree1cc4419cb8fc03b7af1fbb79b0c586f094c35121
parent49536e1f387afc5b42f447d382c3ea3fe4817520
ARM: move AES typedefs and function prototypes to separate header

Put the struct definitions for AES keys and the asm function prototypes in a
separate header and export the asm functions from the module.
This allows other drivers to use them directly.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
arch/arm/crypto/aes_glue.c
arch/arm/crypto/aes_glue.h [new file with mode: 0644]