Searched refs:crypto_sha1_update (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/crypto/ |
D | sha1_generic.c | 43 int crypto_sha1_update(struct shash_desc *desc, const u8 *data, in crypto_sha1_update() function 48 EXPORT_SYMBOL(crypto_sha1_update); 67 .update = crypto_sha1_update,
|
/Linux-v5.4/arch/arm64/crypto/ |
D | sha1-ce-glue.c | 40 return crypto_sha1_update(desc, data, len); in sha1_ce_update()
|
/Linux-v5.4/include/crypto/ |
D | sha.h | 98 extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data,
|
/Linux-v5.4/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha1.c | 132 return crypto_sha1_update(desc, data, len); in octeon_sha1_update()
|
/Linux-v5.4/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 40 return crypto_sha1_update(desc, data, len); in sha1_update()
|