Searched refs:crypto_poly1305_update (Results 1 – 3 of 3) sorted by relevance
37 int crypto_poly1305_update(struct shash_desc *desc,
179 int crypto_poly1305_update(struct shash_desc *desc, in crypto_poly1305_update() function212 EXPORT_SYMBOL_GPL(crypto_poly1305_update);286 .update = crypto_poly1305_update,
128 return crypto_poly1305_update(desc, src, srclen); in poly1305_simd_update()