Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.7-rc2 9 lines 274 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3int sha512_arm_update(struct shash_desc *desc, const u8 *data, 4 unsigned int len); 5 6int sha512_arm_finup(struct shash_desc *desc, const u8 *data, 7 unsigned int len, u8 *out); 8 9extern struct shash_alg sha512_neon_algs[2];