Searched refs:crypto_sha1_finup (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.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,
|
/linux-5.19.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()
|
/linux-5.19.10/include/crypto/ |
D | sha1.h | 33 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
|
/linux-5.19.10/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 55 return crypto_sha1_finup(desc, data, len, out); in sha1_finup()
|