Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dhctr2.c72 struct skcipher_request xctr_req; member
313 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()

Completed in 3 milliseconds