Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev_pmd.h397 sym_configure_raw_dp_ctx; member
H A Drte_cryptodev.c1813 || dev->dev_ops->sym_configure_raw_dp_ctx == NULL) in rte_cryptodev_configure_raw_dp_ctx()
1816 return (*dev->dev_ops->sym_configure_raw_dp_ctx)(dev, qp_id, ctx, in rte_cryptodev_configure_raw_dp_ctx()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_pmd.c265 .sym_configure_raw_dp_ctx = qat_sym_configure_dp_ctx,