Searched refs:crypto_sha256_finup (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/crypto/
H A Dsha.h96 extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data,
/linux-4.4.14/crypto/
H A Dsha256_generic.c240 int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, crypto_sha256_finup() function
246 EXPORT_SYMBOL(crypto_sha256_finup); variable
253 .finup = crypto_sha256_finup,
267 .finup = crypto_sha256_finup,
/linux-4.4.14/arch/x86/crypto/
H A Dsha256_ssse3_glue.c71 return crypto_sha256_finup(desc, data, len, out); sha256_finup()

Completed in 134 milliseconds