Home
last modified time | relevance | path

Searched refs:crypto_sha1_finup (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/crypto/
Dsha1_generic.c61 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/
Dsha1-ce-glue.c60 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/
Dsha.h101 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
/Linux-v4.19/arch/x86/crypto/
Dsha1_ssse3_glue.c61 return crypto_sha1_finup(desc, data, len, out); in sha1_finup()