Searched refs:crypto_sha1_update (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/crypto/ |
D | sha1_generic.c | 42 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/ |
D | sha1.h | 30 extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data,
|
/linux-5.19.10/arch/arm64/crypto/ |
D | sha1-ce-glue.c | 59 return crypto_sha1_update(desc, data, len); in sha1_ce_update()
|
/linux-5.19.10/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha1.c | 119 return crypto_sha1_update(desc, data, len); in octeon_sha1_update()
|
/linux-5.19.10/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 36 return crypto_sha1_update(desc, data, len); in sha1_update()
|