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()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()[all …]
Completed in 6 milliseconds