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

/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c88 struct otx2_cptvf_request *cpt_req = &req->req; local
109 cpt_req->dlen = info->dlen;
153 iq_cmd.cmd.s.opcode = cpu_to_be16(cpt_req->opcode.flags);
154 iq_cmd.cmd.s.param1 = cpu_to_be16(cpt_req->param1);
155 iq_cmd.cmd.s.param2 = cpu_to_be16(cpt_req->param2);
156 iq_cmd.cmd.s.dlen = cpu_to_be16(cpt_req->dlen);
162 iq_cmd.cptr.s.cptr = cpt_req->cptr_dma;
172 pr_debug("Dptr hexdump (%d bytes)\n", cpt_req->dlen);
174 cpt_req->dlen, false);
H A Dotx2_cptvf_algs.c83 static inline int validate_hmac_cipher_null(struct otx2_cpt_req_info *cpt_req) argument
89 req = container_of(cpt_req->areq, struct aead_request, base);
104 struct otx2_cpt_req_info *cpt_req; local
108 cpt_req = inst_info->req;
115 if (cpt_req->req_type ==
117 !cpt_req->is_enc)
118 status = validate_hmac_cipher_null(cpt_req);
142 req_info = &rctx->cpt_req;
225 struct otx2_cpt_req_info *req_info = &rctx->cpt_req;
293 struct otx2_cpt_req_info *req_info = &rctx->cpt_req;
[all...]
H A Dotx2_cptvf_algs.h149 struct otx2_cpt_req_info cpt_req; member in struct:otx2_cpt_req_ctx
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c301 struct otx_cptvf_request *cpt_req = &req->req; local
319 cpt_req->dlen = info->dlen;
364 iq_cmd.cmd.s.opcode = cpu_to_be16(cpt_req->opcode.flags);
365 iq_cmd.cmd.s.param1 = cpu_to_be16(cpt_req->param1);
366 iq_cmd.cmd.s.param2 = cpu_to_be16(cpt_req->param2);
367 iq_cmd.cmd.s.dlen = cpu_to_be16(cpt_req->dlen);
381 pr_debug("Dptr hexdump (%d bytes)\n", cpt_req->dlen);
383 cpt_req->dlen, false);
H A Dotx_cptvf_algs.c98 static inline int validate_hmac_cipher_null(struct otx_cpt_req_info *cpt_req) argument
104 req = container_of(cpt_req->areq, struct aead_request, base);
119 struct otx_cpt_req_info *cpt_req; local
125 cpt_req = cpt_info->req;
132 if (cpt_req->req_type == OTX_CPT_AEAD_ENC_DEC_NULL_REQ &&
133 !cpt_req->is_enc)
134 status = validate_hmac_cipher_null(cpt_req);
159 req_info = &rctx->cpt_req;
237 struct otx_cpt_req_info *req_info = &rctx->cpt_req;
307 struct otx_cpt_req_info *req_info = &rctx->cpt_req;
[all...]
H A Dotx_cptvf_algs.h160 struct otx_cpt_req_info cpt_req; member in struct:otx_cpt_req_ctx
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.h111 struct cpt_request_info cpt_req; member in struct:cvm_req_ctx
H A Dcptvf_reqmanager.c410 struct cptvf_request *cpt_req = NULL; local
426 cpt_req = (struct cptvf_request *)&req->req;
437 cpt_req->dlen = info->dlen;
464 vq_cmd.cmd.s.opcode = cpu_to_be16(cpt_req->opcode.flags);
465 vq_cmd.cmd.s.param1 = cpu_to_be16(cpt_req->param1);
466 vq_cmd.cmd.s.param2 = cpu_to_be16(cpt_req->param2);
467 vq_cmd.cmd.s.dlen = cpu_to_be16(cpt_req->dlen);
H A Dcptvf_algs.c103 struct cpt_request_info *req_info = &rctx->cpt_req;
155 struct cpt_request_info *req_info = &rctx->cpt_req;
177 struct cpt_request_info *req_info = &rctx->cpt_req;
199 struct cpt_request_info *req_info = &rctx->cpt_req;

Completed in 147 milliseconds