Home
last modified time | relevance | path

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

/linux/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);
64 .update = crypto_sha256_update,
78 .update = crypto_sha256_update,
/linux/arch/riscv/crypto/
H A Dsha256-riscv64-glue.c42 crypto_sha256_update(desc, data, len); in riscv64_sha256_update()
/linux/include/crypto/
H A Dsha2.h81 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c111 return crypto_sha256_update(desc, data, len); in octeon_sha256_update()
/linux/arch/x86/crypto/
H A Dsha256_ssse3_glue.c65 return crypto_sha256_update(desc, data, len); in _sha256_update()