Lines Matching defs:hctr2_request_ctx
59 struct hctr2_request_ctx {
94 struct hctr2_request_ctx *rctx)
174 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
197 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
233 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
269 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
365 BUILD_BUG_ON(offsetofend(struct hctr2_request_ctx, u) !=
366 sizeof(struct hctr2_request_ctx));
367 subreq_size = max(sizeof_field(struct hctr2_request_ctx, u.hash_desc) +
369 sizeof_field(struct hctr2_request_ctx, u.xctr_req) +
372 tctx->hashed_tweak_offset = offsetof(struct hctr2_request_ctx, u) +