Lines Matching refs:dctx
104 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_init() local
106 memset(dctx, 0, sizeof(*dctx)); in polyval_init()
114 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_update() local
120 crypto_xor(dctx->buffer, tmp, POLYVAL_BLOCK_SIZE); in polyval_update()
121 gf128mul_4k_lle(&dctx->buffer128, ctx->gf128); in polyval_update()
132 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_finup() local
140 copy_and_reverse(dst, dctx->buffer); in polyval_finup()
146 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_export() local
148 copy_and_reverse(out, dctx->buffer); in polyval_export()
154 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_import() local
156 copy_and_reverse(dctx->buffer, in); in polyval_import()