Lines Matching defs:creq
153 struct se_crypto_request *creq = &rctx->nkreq.creq;
157 creq->flags = rctx->flags;
158 creq->gfp = (rctx->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? GFP_KERNEL :
161 creq->ctrl.value = 0;
162 creq->opcode = FLEXI_CRYPTO_ENCRYPT_HMAC;
163 creq->ctrl.s.arg = rctx->ctrl_arg;
165 creq->gph.param0 = cpu_to_be16(rctx->cryptlen);
166 creq->gph.param1 = cpu_to_be16(rctx->cryptlen + rctx->assoclen);
167 creq->gph.param2 = cpu_to_be16(rctx->ivsize + rctx->assoclen);
170 creq->gph.param3 = cpu_to_be16(param3.param);
172 creq->ctx_handle = rctx->ctx_handle;
173 creq->ctrl.s.ctxl = sizeof(struct flexi_crypto_context);
218 struct se_crypto_request *creq = &rctx->nkreq.creq;
243 return nitrox_process_se_request(nctx->ndev, creq, nitrox_aead_callback,
252 struct se_crypto_request *creq = &rctx->nkreq.creq;
277 return nitrox_process_se_request(nctx->ndev, creq, nitrox_aead_callback,
446 struct se_crypto_request *creq = &aead_rctx->nkreq.creq;
468 return nitrox_process_se_request(nctx->ndev, creq,
478 struct se_crypto_request *creq = &aead_rctx->nkreq.creq;
501 return nitrox_process_se_request(nctx->ndev, creq,