]> Git Repo - linux.git/blob - arch/arm/crypto/sha512.h
iptables: use match, target and data copy_to_user helpers
[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];
This page took 0.035582 seconds and 4 git commands to generate.