Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dsha.h93 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
/linux-4.1.27/arch/x86/crypto/
Dsha256_ssse3_glue.c65 return crypto_sha256_update(desc, data, len); in sha256_ssse3_update()
/linux-4.1.27/crypto/
Dsha256_generic.c227 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/
Docteon-sha256.c148 return crypto_sha256_update(desc, data, len); in octeon_sha256_update()