Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dsha.h104 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
/Linux-v4.19/crypto/
Dsha256_generic.c243 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update() function
248 EXPORT_SYMBOL(crypto_sha256_update);
267 .update = crypto_sha256_update,
281 .update = crypto_sha256_update,
/Linux-v4.19/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c148 return crypto_sha256_update(desc, data, len); in octeon_sha256_update()
/Linux-v4.19/arch/x86/crypto/
Dsha256_ssse3_glue.c54 return crypto_sha256_update(desc, data, len); in sha256_update()