Lines Matching refs:hctr2_request_ctx
59 struct hctr2_request_ctx { struct
94 struct hctr2_request_ctx *rctx) in hctr2_hashed_tweak() argument
174 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_hash_tweak()
197 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_hash_message()
233 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_finish()
270 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_crypt()
366 BUILD_BUG_ON(offsetofend(struct hctr2_request_ctx, u) != in hctr2_init_tfm()
367 sizeof(struct hctr2_request_ctx)); in hctr2_init_tfm()
368 subreq_size = max(sizeof_field(struct hctr2_request_ctx, u.hash_desc) + in hctr2_init_tfm()
370 sizeof_field(struct hctr2_request_ctx, u.xctr_req) + in hctr2_init_tfm()
373 tctx->hashed_tweak_offset = offsetof(struct hctr2_request_ctx, u) + in hctr2_init_tfm()