aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto/sha1_glue.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2014-01-02 17:14:45 +0000
committerZiyan <jaraidaniel@gmail.com>2016-03-11 15:56:29 +0100
commitc537713232e26c3d36070e457bd3b261828e104f (patch)
tree1149258c4e50973beee3a23fcc1b480a16a73583 /arch/arm/crypto/sha1_glue.c
parenta18f4e897f0ab66de57ac0425b1322d0c0079073 (diff)
downloadkernel_samsung_espresso10-c537713232e26c3d36070e457bd3b261828e104f.tar.gz
kernel_samsung_espresso10-c537713232e26c3d36070e457bd3b261828e104f.tar.bz2
kernel_samsung_espresso10-c537713232e26c3d36070e457bd3b261828e104f.zip
CRYPTO: Fix more AES build errors
Building a multi-arch kernel results in: arch/arm/crypto/built-in.o: In function `aesbs_xts_decrypt': sha1_glue.c:(.text+0x15c8): undefined reference to `bsaes_xts_decrypt' arch/arm/crypto/built-in.o: In function `aesbs_xts_encrypt': sha1_glue.c:(.text+0x1664): undefined reference to `bsaes_xts_encrypt' arch/arm/crypto/built-in.o: In function `aesbs_ctr_encrypt': sha1_glue.c:(.text+0x184c): undefined reference to `bsaes_ctr32_encrypt_blocks' arch/arm/crypto/built-in.o: In function `aesbs_cbc_decrypt': sha1_glue.c:(.text+0x19b4): undefined reference to `bsaes_cbc_encrypt' This code is already runtime-conditional on NEON being supported, so there's no point compiling it out depending on the minimum build architecture. Change-Id: Iff65acec7d30c508bf72132acad67332ea56bd3b Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/crypto/sha1_glue.c')
0 files changed, 0 insertions, 0 deletions