Lines Matching refs:dctx
92 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc);
94 memset(dctx, 0, sizeof(*dctx));
102 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc);
109 internal_polyval_update(tctx, src, nblocks, dctx->buffer);
120 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc);
124 crypto_xor(dctx->buffer, src, len);
125 internal_polyval_mul(dctx->buffer,
129 memcpy(dst, dctx->buffer, POLYVAL_BLOCK_SIZE);