Home
last modified time | relevance | path

Searched refs:crypto_poly1305_init (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/crypto/
Dpoly1305.h33 int crypto_poly1305_init(struct shash_desc *desc);
/Linux-v4.19/crypto/
Dpoly1305_generic.c37 int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() function
48 EXPORT_SYMBOL_GPL(crypto_poly1305_init);
274 .init = crypto_poly1305_init,
/Linux-v4.19/arch/x86/crypto/
Dpoly1305_glue.c53 return crypto_poly1305_init(desc); in poly1305_simd_init()