Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/crypto/
Dpoly1305_glue.c144 static unsigned int crypto_poly1305_setdctxkey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdctxkey() function
181 if (likely(!crypto_poly1305_setdctxkey(dctx, dctx->buf, POLY1305_BLOCK_SIZE))) in poly1305_update_arch()
190 used = crypto_poly1305_setdctxkey(dctx, src, bytes); in poly1305_update_arch()