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

/linux-4.4.14/include/crypto/
H A Dsha.h93 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
/linux-4.4.14/crypto/
H A Dsha256_generic.c227 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, crypto_sha256_update() function
232 EXPORT_SYMBOL(crypto_sha256_update); variable
251 .update = crypto_sha256_update,
265 .update = crypto_sha256_update,
/linux-4.4.14/arch/x86/crypto/
H A Dsha256_ssse3_glue.c54 return crypto_sha256_update(desc, data, len); sha256_update()
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c148 return crypto_sha256_update(desc, data, len); octeon_sha256_update()

Completed in 163 milliseconds