Searched refs:crypto_sha256_finup (Results 1 – 3 of 3) sorted by relevance
65 int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_finup() function71 EXPORT_SYMBOL(crypto_sha256_finup);78 .finup = crypto_sha256_finup,92 .finup = crypto_sha256_finup,
107 extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data,
72 return crypto_sha256_finup(desc, data, len, out); in sha256_finup()