]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/crypto/sha512.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / arch / arm / crypto / sha512.h
1
2 int sha512_arm_update(struct shash_desc *desc, const u8 *data,
3                       unsigned int len);
4
5 int sha512_arm_finup(struct shash_desc *desc, const u8 *data,
6                      unsigned int len, u8 *out);
7
8 extern struct shash_alg sha512_neon_algs[2];