Lines Matching defs:creq
154 struct se_crypto_request *creq = &rctx->nkreq.creq;
158 creq->flags = rctx->flags;
159 creq->gfp = (rctx->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? GFP_KERNEL :
162 creq->ctrl.value = 0;
163 creq->opcode = FLEXI_CRYPTO_ENCRYPT_HMAC;
164 creq->ctrl.s.arg = rctx->ctrl_arg;
166 creq->gph.param0 = cpu_to_be16(rctx->cryptlen);
167 creq->gph.param1 = cpu_to_be16(rctx->cryptlen + rctx->assoclen);
168 creq->gph.param2 = cpu_to_be16(rctx->ivsize + rctx->assoclen);
171 creq->gph.param3 = cpu_to_be16(param3.param);
173 creq->ctx_handle = rctx->ctx_handle;
174 creq->ctrl.s.ctxl = sizeof(struct flexi_crypto_context);
219 struct se_crypto_request *creq = &rctx->nkreq.creq;
244 return nitrox_process_se_request(nctx->ndev, creq, nitrox_aead_callback,
253 struct se_crypto_request *creq = &rctx->nkreq.creq;
278 return nitrox_process_se_request(nctx->ndev, creq, nitrox_aead_callback,
447 struct se_crypto_request *creq = &aead_rctx->nkreq.creq;
469 return nitrox_process_se_request(nctx->ndev, creq,
479 struct se_crypto_request *creq = &aead_rctx->nkreq.creq;
502 return nitrox_process_se_request(nctx->ndev, creq,