Searched refs:crypto_sha1_finup (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
D | sha1_generic.c | 55 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/ |
D | sha1-ce-glue.c | 74 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/ |
D | sha.h | 101 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 55 return crypto_sha1_finup(desc, data, len, out); in sha1_finup()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0001_linux_arch.patch | 13049 return crypto_sha1_finup(desc, NULL, 0, out);
|