Home
last modified time | relevance | path

Searched refs:crypto_sha256_update (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dsha256_generic.c48 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update() function
54 EXPORT_SYMBOL(crypto_sha256_update); variable
76 .update = crypto_sha256_update,
90 .update = crypto_sha256_update,
/kernel/linux/linux-6.6/crypto/
H A Dsha256_generic.c36 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update() function
42 EXPORT_SYMBOL(crypto_sha256_update); variable
64 .update = crypto_sha256_update,
78 .update = crypto_sha256_update,
/kernel/linux/linux-6.6/include/crypto/
H A Dsha2.h81 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
/kernel/linux/linux-5.10/include/crypto/
H A Dsha.h104 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c144 return crypto_sha256_update(desc, data, len); in octeon_sha256_update()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c111 return crypto_sha256_update(desc, data, len); in octeon_sha256_update()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha256_ssse3_glue.c53 return crypto_sha256_update(desc, data, len); in _sha256_update()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha256_ssse3_glue.c62 return crypto_sha256_update(desc, data, len); in _sha256_update()

Completed in 5 milliseconds