Home
last modified time | relevance | path

Searched refs:xctr_req (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/crypto/
Dhctr2.c72 struct skcipher_request xctr_req; member
314 skcipher_request_set_tfm(&rctx->u.xctr_req, tctx->xctr); in hctr2_crypt()
315 skcipher_request_set_crypt(&rctx->u.xctr_req, rctx->bulk_part_src, in hctr2_crypt()
318 skcipher_request_set_callback(&rctx->u.xctr_req, in hctr2_crypt()
321 return crypto_skcipher_encrypt(&rctx->u.xctr_req) ?: in hctr2_crypt()
370 sizeof_field(struct hctr2_request_ctx, u.xctr_req) + in hctr2_init_tfm()