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

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

Completed in 148 milliseconds