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

/linux-master/crypto/
H A Dhctr2.c72 struct skcipher_request xctr_req; member in union:hctr2_request_ctx::__anon133
313 skcipher_request_set_tfm(&rctx->u.xctr_req, tctx->xctr);
314 skcipher_request_set_crypt(&rctx->u.xctr_req, rctx->bulk_part_src,
317 skcipher_request_set_callback(&rctx->u.xctr_req,
320 return crypto_skcipher_encrypt(&rctx->u.xctr_req) ?:
369 sizeof_field(struct hctr2_request_ctx, u.xctr_req) +

Completed in 106 milliseconds