crypto_poly1305_init   49 arch/x86/crypto/poly1305_glue.c 	return crypto_poly1305_init(desc);
crypto_poly1305_init   48 crypto/poly1305_generic.c EXPORT_SYMBOL_GPL(crypto_poly1305_init);
crypto_poly1305_init  298 crypto/poly1305_generic.c 	.init		= crypto_poly1305_init,
crypto_poly1305_init   57 include/crypto/poly1305.h int crypto_poly1305_init(struct shash_desc *desc);