Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dpoly1305.h34 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx,
/Linux-v4.19/crypto/
Dpoly1305_generic.c73 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdesckey() function
92 EXPORT_SYMBOL_GPL(crypto_poly1305_setdesckey);
105 datalen = crypto_poly1305_setdesckey(dctx, src, srclen); in poly1305_blocks()
/Linux-v4.19/arch/x86/crypto/
Dpoly1305_glue.c77 datalen = crypto_poly1305_setdesckey(dctx, src, srclen); in poly1305_simd_blocks()