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

Configure Feed

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

at v4.2-rc2 8 lines 235 B view raw
1 2int sha512_arm_update(struct shash_desc *desc, const u8 *data, 3 unsigned int len); 4 5int sha512_arm_finup(struct shash_desc *desc, const u8 *data, 6 unsigned int len, u8 *out); 7 8extern struct shash_alg sha512_neon_algs[2];