Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dsha1_generic.c41 int crypto_sha1_update(struct shash_desc *desc, const u8 *data, in crypto_sha1_update() function
46 EXPORT_SYMBOL(crypto_sha1_update);
65 .update = crypto_sha1_update,
/linux-4.4.14/include/crypto/
Dsha.h87 extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data,
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
Docteon-sha1.c136 return crypto_sha1_update(desc, data, len); in octeon_sha1_update()
/linux-4.4.14/arch/x86/crypto/
Dsha1_ssse3_glue.c44 return crypto_sha1_update(desc, data, len); in sha1_update()