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)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 4 Oct 2013 07:26:54 +0000 (09:26 +0200)
commit5ce26f3b5ae8fafdd28375a004f7b8e924e9bacb
tree1d94d98023fee6f9f0433c2bad5309c269f73e52
parentcf154b7e22e9f6714f0a806c023c329b890132a2
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]