Lines Matching defs:ctx
45 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
47 ctx->crc = 0;
55 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
59 ctx->crc = crc_t10dif_pcl(ctx->crc, data, length);
62 ctx->crc = crc_t10dif_generic(ctx->crc, data, length);
68 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
70 *(__u16 *)out = ctx->crc;
88 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
90 return __chksum_finup(ctx->crc, data, len, out);