Searched refs:xctr_req (Results 1 – 1 of 1) sorted by relevance
72 struct skcipher_request xctr_req; member313 skcipher_request_set_tfm(&rctx->u.xctr_req, tctx->xctr); in hctr2_crypt()314 skcipher_request_set_crypt(&rctx->u.xctr_req, rctx->bulk_part_src, in hctr2_crypt()317 skcipher_request_set_callback(&rctx->u.xctr_req, in hctr2_crypt()320 return crypto_skcipher_encrypt(&rctx->u.xctr_req) ?: in hctr2_crypt()369 sizeof_field(struct hctr2_request_ctx, u.xctr_req) + in hctr2_init_tfm()