Home
last modified time | relevance | path

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

/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h647 *prep_req = req; in cpt_digest_gen_prep()
1023 *prep_req = req; in cpt_enc_hmac_prep()
1418 *prep_req = req; in cpt_dec_hmac_prep()
1733 *prep_req = req; in cpt_zuc_snow3g_enc_prep()
1990 *prep_req = req; in cpt_zuc_snow3g_dec_prep()
2236 *prep_req = req; in cpt_kasumi_enc_prep()
2421 *prep_req = req; in cpt_kasumi_dec_prep()
2440 &prep_req); in cpt_fc_dec_hmac_prep()
2443 &prep_req); in cpt_fc_dec_hmac_prep()
2454 return prep_req; in cpt_fc_dec_hmac_prep()
[all …]
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c525 struct cpt_request_info *prep_req; in otx_cpt_enq_single_sym() local
539 (void **)&prep_req); in otx_cpt_enq_single_sym()
542 &mdata, (void **)&prep_req); in otx_cpt_enq_single_sym()
551 req = otx_cpt_request_enqueue(instance, prep_req, sess->cpt_inst_w7); in otx_cpt_enq_single_sym()