Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dpoly1305.h35 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx,
/linux-4.4.14/crypto/
Dpoly1305_generic.c83 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdesckey() function
102 EXPORT_SYMBOL_GPL(crypto_poly1305_setdesckey);
115 datalen = crypto_poly1305_setdesckey(dctx, src, srclen); in poly1305_blocks()
/linux-4.4.14/arch/x86/crypto/
Dpoly1305_glue.c77 datalen = crypto_poly1305_setdesckey(dctx, src, srclen); in poly1305_simd_blocks()