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