Searched refs:crypto_poly1305_init (Results 1 – 3 of 3) sorted by relevance
57 int crypto_poly1305_init(struct shash_desc *desc);
37 int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() function48 EXPORT_SYMBOL_GPL(crypto_poly1305_init);298 .init = crypto_poly1305_init,
49 return crypto_poly1305_init(desc); in poly1305_simd_init()