Searched refs:crypto_sha1_finup (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/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,
|
/linux-6.12.1/arch/arm64/crypto/ |
D | sha1-ce-glue.c | 75 return crypto_sha1_finup(desc, data, len, out); in sha1_ce_finup() 94 return crypto_sha1_finup(desc, NULL, 0, out); in sha1_ce_final()
|
/linux-6.12.1/include/crypto/ |
D | sha1.h | 33 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
|
/linux-6.12.1/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 67 return crypto_sha1_finup(desc, data, len, out); in sha1_finup()
|