Searched refs:crypto_sha512_finup (Results 1 – 3 of 3) sorted by relevance
156 int crypto_sha512_finup(struct shash_desc *desc, const u8 *data, in crypto_sha512_finup() function162 EXPORT_SYMBOL(crypto_sha512_finup);169 .finup = crypto_sha512_finup,183 .finup = crypto_sha512_finup,
102 extern int crypto_sha512_finup(struct shash_desc *desc, const u8 *data,
81 return crypto_sha512_finup(desc, data, len, out); in sha512_ssse3_finup()