Release 4.14 arch/arm/crypto/sha512.h
/* SPDX-License-Identifier: GPL-2.0 */
int sha512_arm_update(struct shash_desc *desc, const u8 *data,
unsigned int len);
int sha512_arm_finup(struct shash_desc *desc, const u8 *data,
unsigned int len, u8 *out);
extern struct shash_alg sha512_neon_algs[2];
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ard Biesheuvel | 48 | 97.96% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 2.04% | 1 | 50.00% |
Total | 49 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.