Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c49 static unsigned int crypto_poly1305_setdctxkey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdctxkey() function
91 if (likely(!crypto_poly1305_setdctxkey(dctx, dctx->buf, in crypto_poly1305_p10_update()
104 used = crypto_poly1305_setdctxkey(dctx, src, bytes); in crypto_poly1305_p10_update()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A 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()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A 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()

Completed in 3 milliseconds