Searched refs:crypto_poly1305_update (Results 1 – 3 of 3) sorted by relevance
36 int crypto_poly1305_update(struct shash_desc *desc,
169 int crypto_poly1305_update(struct shash_desc *desc, in crypto_poly1305_update() function202 EXPORT_SYMBOL_GPL(crypto_poly1305_update);275 .update = crypto_poly1305_update,
128 return crypto_poly1305_update(desc, src, srclen); in poly1305_simd_update()