Lines Matching refs:cpt_req
98 static inline int validate_hmac_cipher_null(struct otx_cpt_req_info *cpt_req) in validate_hmac_cipher_null() argument
104 req = container_of(cpt_req->areq, struct aead_request, base); in validate_hmac_cipher_null()
119 struct otx_cpt_req_info *cpt_req; in otx_cpt_aead_callback() local
125 cpt_req = cpt_info->req; in otx_cpt_aead_callback()
132 if (cpt_req->req_type == OTX_CPT_AEAD_ENC_DEC_NULL_REQ && in otx_cpt_aead_callback()
133 !cpt_req->is_enc) in otx_cpt_aead_callback()
134 status = validate_hmac_cipher_null(cpt_req); in otx_cpt_aead_callback()
159 req_info = &rctx->cpt_req; in output_iv_copyback()
237 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_ctx_hdr()
307 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_input_list()
325 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_output_list()
344 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in cpt_enc_dec()
971 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_aead_ctx_hdr()
1056 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_hmac_ctx_hdr()
1080 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_aead_input_list()
1097 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_aead_output_list()
1115 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_aead_null_input_list()
1134 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_aead_null_output_list()
1221 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in cpt_aead_enc_dec()