Searched refs:crypto_sha1_update (Results 1 – 8 of 8) sorted by relevance
/linux/crypto/ |
A 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/include/crypto/ |
A D | sha1.h | 30 extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data,
|
/linux/arch/arm64/crypto/ |
A D | sha1-ce-glue.c | 59 return crypto_sha1_update(desc, data, len); in sha1_ce_update()
|
/linux/arch/mips/cavium-octeon/crypto/ |
A D | octeon-sha1.c | 132 return crypto_sha1_update(desc, data, len); in octeon_sha1_update()
|
/linux/arch/x86/crypto/ |
A D | sha1_ssse3_glue.c | 36 return crypto_sha1_update(desc, data, len); in sha1_update()
|
/linux/ |
A D | vmlinux.symvers | 5525 0x00000000 crypto_sha1_update vmlinux EXPORT_SYMBOL
|
A D | System.map | 15238 ffff80001044dc20 T crypto_sha1_update
|
A D | .tmp_System.map | 15238 ffff80001044dc20 T crypto_sha1_update
|
Completed in 314 milliseconds