Searched refs:crypto_sha1_finup (Results 1 – 3 of 3) sorted by relevance
54 int crypto_sha1_finup(struct shash_desc *desc, const u8 *data, in crypto_sha1_finup() function60 EXPORT_SYMBOL(crypto_sha1_finup);67 .finup = crypto_sha1_finup,
90 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
76 return crypto_sha1_finup(desc, data, len, out); in sha1_ssse3_finup()