Searched refs:crypto_sha256_update (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | sha.h | 104 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
|
/Linux-v4.19/crypto/ |
D | sha256_generic.c | 243 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/ |
D | octeon-sha256.c | 148 return crypto_sha256_update(desc, data, len); in octeon_sha256_update()
|
/Linux-v4.19/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 54 return crypto_sha256_update(desc, data, len); in sha256_update()
|