Searched refs:crypto_sha512_update (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/crypto/ |
D | sha512_generic.c | 160 int crypto_sha512_update(struct shash_desc *desc, const u8 *data, in crypto_sha512_update() function 165 EXPORT_SYMBOL(crypto_sha512_update); 184 .update = crypto_sha512_update, 198 .update = crypto_sha512_update,
|
/Linux-v5.10/include/crypto/ |
D | sha.h | 110 extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data,
|
/Linux-v5.10/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha512.c | 158 return crypto_sha512_update(desc, data, len); in octeon_sha512_update()
|
/Linux-v5.10/arch/x86/crypto/ |
D | sha512_ssse3_glue.c | 51 return crypto_sha512_update(desc, data, len); in sha512_update()
|