Searched refs:crypto_sha1_finup (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/crypto/ |
D | sha1_generic.c | 56 int crypto_sha1_finup(struct shash_desc *desc, const u8 *data, in crypto_sha1_finup() function 62 EXPORT_SYMBOL(crypto_sha1_finup); 69 .finup = crypto_sha1_finup,
|
/Linux-v5.4/arch/arm64/crypto/ |
D | sha1-ce-glue.c | 58 return crypto_sha1_finup(desc, data, len, out); in sha1_ce_finup() 80 return crypto_sha1_finup(desc, NULL, 0, out); in sha1_ce_final()
|
/Linux-v5.4/include/crypto/ |
D | sha.h | 101 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
|
/Linux-v5.4/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 57 return crypto_sha1_finup(desc, data, len, out); in sha1_finup()
|