Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dsha256_generic.c46 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update() function
51 EXPORT_SYMBOL(crypto_sha256_update);
72 .update = crypto_sha256_update,
86 .update = crypto_sha256_update,
/Linux-v5.4/include/crypto/
Dsha.h104 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
/Linux-v5.4/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c144 return crypto_sha256_update(desc, data, len); in octeon_sha256_update()
/Linux-v5.4/arch/x86/crypto/
Dsha256_ssse3_glue.c55 return crypto_sha256_update(desc, data, len); in _sha256_update()