Searched refs:crypto_sha256_update (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | sha.h | 93 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 65 return crypto_sha256_update(desc, data, len); in sha256_ssse3_update()
|
/linux-4.1.27/crypto/ |
D | sha256_generic.c | 227 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update() function 232 EXPORT_SYMBOL(crypto_sha256_update); 251 .update = crypto_sha256_update, 265 .update = crypto_sha256_update,
|
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha256.c | 148 return crypto_sha256_update(desc, data, len); in octeon_sha256_update()
|