Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dsha512_generic.c143 int crypto_sha512_update(struct shash_desc *desc, const u8 *data, in crypto_sha512_update() function
148 EXPORT_SYMBOL(crypto_sha512_update);
167 .update = crypto_sha512_update,
181 .update = crypto_sha512_update,
/linux-4.1.27/arch/arm/crypto/
Dsha512_neon_glue.c144 res = crypto_sha512_update(desc, data, len); in sha512_neon_update()
173 crypto_sha512_update(desc, padding, padlen); in sha512_neon_final()
174 crypto_sha512_update(desc, (const u8 *)&bits, sizeof(bits)); in sha512_neon_final()
/linux-4.1.27/include/crypto/
Dsha.h99 extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data,
/linux-4.1.27/arch/x86/crypto/
Dsha512_ssse3_glue.c64 return crypto_sha512_update(desc, data, len); in sha512_ssse3_update()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c162 return crypto_sha512_update(desc, data, len); in octeon_sha512_update()