]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layer
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 9 Apr 2015 10:55:39 +0000 (12:55 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 10 Apr 2015 13:39:42 +0000 (21:39 +0800)
commit90451d6bdb787e1631c6ce4619221eb59562343c
treeea46e922a03c058935765ca88fac78dccb054f3d
parentca142584bc8ebc8e15b317680771ade58ca96315
crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layer

This removes all the boilerplate from the existing implementation,
and replaces it with calls into the base layer.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/sha1-ce-glue.c
arch/arm/crypto/sha1.h [moved from arch/arm/include/asm/crypto/sha1.h with 67% similarity]
arch/arm/crypto/sha1_glue.c
arch/arm/crypto/sha1_neon_glue.c