Home
last modified time | relevance | path

Searched refs:crypto_sha1_finup (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/crypto/
Dsha1_generic.c55 int crypto_sha1_finup(struct shash_desc *desc, const u8 *data, in crypto_sha1_finup() function
61 EXPORT_SYMBOL(crypto_sha1_finup);
68 .finup = crypto_sha1_finup,
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dsha1-ce-glue.c74 return crypto_sha1_finup(desc, data, len, out); in sha1_ce_finup()
93 return crypto_sha1_finup(desc, NULL, 0, out); in sha1_ce_final()
/kernel/linux/linux-5.10/include/crypto/
Dsha.h101 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
/kernel/linux/linux-5.10/arch/x86/crypto/
Dsha1_ssse3_glue.c55 return crypto_sha1_finup(desc, data, len, out); in sha1_finup()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch13049 return crypto_sha1_finup(desc, NULL, 0, out);