Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dpoly1305.h57 int crypto_poly1305_init(struct shash_desc *desc);
/Linux-v5.4/crypto/
Dpoly1305_generic.c37 int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() function
48 EXPORT_SYMBOL_GPL(crypto_poly1305_init);
298 .init = crypto_poly1305_init,
/Linux-v5.4/arch/x86/crypto/
Dpoly1305_glue.c49 return crypto_poly1305_init(desc); in poly1305_simd_init()