Home
last modified time | relevance | path

Searched refs:prep_req (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po_ops.h59 struct cpt_qp_meta_info *m_info, void **prep_req) in process_outb_sa() argument
134 *prep_req = req; in process_outb_sa()
142 struct cpt_qp_meta_info *m_info, void **prep_req) in process_inb_sa() argument
174 *prep_req = req; in process_inb_sa()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h648 *prep_req = req; in cpt_digest_gen_prep()
1009 *prep_req = req; in cpt_enc_hmac_prep()
1379 *prep_req = req; in cpt_dec_hmac_prep()
1686 *prep_req = req; in cpt_zuc_snow3g_enc_prep()
1937 *prep_req = req; in cpt_zuc_snow3g_dec_prep()
2173 *prep_req = req; in cpt_kasumi_enc_prep()
2353 *prep_req = req; in cpt_kasumi_dec_prep()
2372 &prep_req); in cpt_fc_dec_hmac_prep()
2375 &prep_req); in cpt_fc_dec_hmac_prep()
2386 return prep_req; in cpt_fc_dec_hmac_prep()
[all …]
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c532 struct cpt_request_info *prep_req; in otx_cpt_enq_single_sym() local
545 (void **)&prep_req); in otx_cpt_enq_single_sym()
548 &mdata, (void **)&prep_req); in otx_cpt_enq_single_sym()
557 ret = otx_cpt_request_enqueue(instance, pqueue, prep_req, in otx_cpt_enq_single_sym()