Searched refs:crypto_poly1305_setdctxkey (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/crypto/ |
H A D | poly1305-p10-glue.c | 49 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()
|
/linux/arch/x86/crypto/ |
H A D | poly1305_glue.c | 144 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()
|