Searched refs:crypto_poly1305_setdctxkey (Results 1 – 1 of 1) sorted by relevance
144 static unsigned int crypto_poly1305_setdctxkey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdctxkey() function181 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()