Searched refs:crypto_sha256_update (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/crypto/ |
D | sha256_generic.c | 36 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-6.6.21/include/crypto/ |
D | sha2.h | 81 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
|
/linux-6.6.21/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha256.c | 111 return crypto_sha256_update(desc, data, len); in octeon_sha256_update()
|
/linux-6.6.21/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 62 return crypto_sha256_update(desc, data, len); in _sha256_update()
|