Searched refs:crypto_sha256_update (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/include/crypto/ |
H A D | sha.h | 93 extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data,
|
/linux-4.4.14/crypto/ |
H A D | sha256_generic.c | 227 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 D | sha256_ssse3_glue.c | 54 return crypto_sha256_update(desc, data, len); sha256_update()
|
/linux-4.4.14/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-sha256.c | 148 return crypto_sha256_update(desc, data, len); octeon_sha256_update()
|
Completed in 163 milliseconds