Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dsha512_generic.c157 int crypto_sha512_update(struct shash_desc *desc, const u8 *data, in crypto_sha512_update() function
162 EXPORT_SYMBOL(crypto_sha512_update);
181 .update = crypto_sha512_update,
195 .update = crypto_sha512_update,
/linux-6.3-rc2/include/crypto/
A Dsha2.h87 extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data,
/linux-6.3-rc2/arch/mips/cavium-octeon/crypto/
A Docteon-sha512.c125 return crypto_sha512_update(desc, data, len); in octeon_sha512_update()
/linux-6.3-rc2/arch/x86/crypto/
A Dsha512_ssse3_glue.c52 return crypto_sha512_update(desc, data, len); in sha512_update()

Completed in 5 milliseconds