Searched refs:xctr_req (Results 1 – 1 of 1) sorted by relevance
63 struct skcipher_request xctr_req; member252 skcipher_request_set_tfm(&rctx->u.xctr_req, tctx->xctr); in hctr2_crypt()253 skcipher_request_set_crypt(&rctx->u.xctr_req, rctx->bulk_part_src, in hctr2_crypt()256 skcipher_request_set_callback(&rctx->u.xctr_req, in hctr2_crypt()259 return crypto_skcipher_encrypt(&rctx->u.xctr_req) ?: in hctr2_crypt()299 offsetofend(struct hctr2_request_ctx, u.xctr_req) + in hctr2_init_tfm()