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()
269 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_crypt()
365 BUILD_BUG_ON(offsetofend(struct hctr2_request_ctx, u) != in hctr2_init_tfm()
366 sizeof(struct hctr2_request_ctx)); in hctr2_init_tfm()
367 subreq_size = max(sizeof_field(struct hctr2_request_ctx, u.hash_desc) + in hctr2_init_tfm()
369 sizeof_field(struct hctr2_request_ctx, u.xctr_req) + in hctr2_init_tfm()
372 tctx->hashed_tweak_offset = offsetof(struct hctr2_request_ctx, u) + in hctr2_init_tfm()