Home
last modified time | relevance | path

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

/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h443 #define SESS_PRIV(__sess) \ macro
447 (((struct cpt_ctx *)(SESS_PRIV(__sess)))->fc_type)
H A Dcpt_ucode.h2581 void *ctx = SESS_PRIV(sess); in fill_sess_aead()
2642 struct cpt_ctx *ctx = SESS_PRIV(sess); in fill_sess_cipher()
2738 if (unlikely(cpt_fc_ciph_set_key(SESS_PRIV(sess), enc_type, in fill_sess_cipher()
2749 struct cpt_ctx *ctx = SESS_PRIV(sess); in fill_sess_auth()
2842 if (unlikely(cpt_fc_auth_set_key(SESS_PRIV(sess), auth_type, in fill_sess_auth()
2857 void *ctx = SESS_PRIV(sess); in fill_sess_gmac()
3083 struct cpt_ctx *ctx = SESS_PRIV(sess_misc); in fill_fc_params()
3156 cpt_fc_salt_update(SESS_PRIV(sess_misc), salt); in fill_fc_params()
3198 cpt_fc_salt_update(SESS_PRIV(sess_misc), salt); in fill_fc_params()
3226 fc_params.ctx_buf.vaddr = SESS_PRIV(sess_misc); in fill_fc_params()
[all …]
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c295 struct cpt_ctx *ctx = SESS_PRIV(misc); in sym_session_configure()
336 ctx = SESS_PRIV(misc); in sym_session_clear()