Home
last modified time | relevance | path

Searched refs:crypto_sha512_update (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/crypto/
Dsha512_generic.c165 int crypto_sha512_update(struct shash_desc *desc, const u8 *data, in crypto_sha512_update() function
170 EXPORT_SYMBOL(crypto_sha512_update);
189 .update = crypto_sha512_update,
203 .update = crypto_sha512_update,
/Linux-v4.19/include/crypto/
Dsha.h110 extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data,
/Linux-v4.19/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c162 return crypto_sha512_update(desc, data, len); in octeon_sha512_update()
/Linux-v4.19/arch/x86/crypto/
Dsha512_ssse3_glue.c54 return crypto_sha512_update(desc, data, len); in sha512_update()