Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_cryptodev_ops.c437 a_xfrm = xform->next; in cnxk_sess_fill()
441 a_xfrm = xform; in cnxk_sess_fill()
452 if (a_xfrm != NULL && a_xfrm->type != RTE_CRYPTO_SYM_XFORM_AUTH) { in cnxk_sess_fill()
463 a_xfrm != NULL && a_xfrm->auth.algo == RTE_CRYPTO_AUTH_NULL && in cnxk_sess_fill()
471 (a_xfrm == NULL || a_xfrm->auth.algo == RTE_CRYPTO_AUTH_NULL)) { in cnxk_sess_fill()
479 if (a_xfrm != NULL && in cnxk_sess_fill()
481 if (fill_sess_auth(a_xfrm, sess)) in cnxk_sess_fill()
496 if (c_xfrm == NULL || a_xfrm == NULL) { in cnxk_sess_fill()
511 if (fill_sess_auth(a_xfrm, sess)) in cnxk_sess_fill()
520 switch (a_xfrm->auth.algo) { in cnxk_sess_fill()
[all …]