Home
last modified time | relevance | path

Searched refs:crypto_sha1_update (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/crypto/
Dsha1_generic.c42 int crypto_sha1_update(struct shash_desc *desc, const u8 *data, in crypto_sha1_update() function
47 EXPORT_SYMBOL(crypto_sha1_update);
66 .update = crypto_sha1_update,
/linux-5.19.10/include/crypto/
Dsha1.h30 extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data,
/linux-5.19.10/arch/arm64/crypto/
Dsha1-ce-glue.c59 return crypto_sha1_update(desc, data, len); in sha1_ce_update()
/linux-5.19.10/arch/mips/cavium-octeon/crypto/
Docteon-sha1.c119 return crypto_sha1_update(desc, data, len); in octeon_sha1_update()
/linux-5.19.10/arch/x86/crypto/
Dsha1_ssse3_glue.c36 return crypto_sha1_update(desc, data, len); in sha1_update()