Searched refs:hctr2_request_ctx (Results 1 – 1 of 1) sorted by relevance
59 struct hctr2_request_ctx { struct94 struct hctr2_request_ctx *rctx) in hctr2_hashed_tweak() argument174 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()[all …]