Searched refs:crypto_sha512_finup (Results 1 – 3 of 3) sorted by relevance
173 int crypto_sha512_finup(struct shash_desc *desc, const u8 *data, in crypto_sha512_finup() function179 EXPORT_SYMBOL(crypto_sha512_finup);186 .finup = crypto_sha512_finup,200 .finup = crypto_sha512_finup,
113 extern int crypto_sha512_finup(struct shash_desc *desc, const u8 *data,
71 return crypto_sha512_finup(desc, data, len, out); in sha512_finup()