Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ipsec_mb/
H A Dipsec_mb_private.c165 if (cryptodev->security_ctx) { in ipsec_mb_remove()
166 rte_free(cryptodev->security_ctx); in ipsec_mb_remove()
167 cryptodev->security_ctx = NULL; in ipsec_mb_remove()
170 rte_free(cryptodev->security_ctx); in ipsec_mb_remove()
171 cryptodev->security_ctx = NULL; in ipsec_mb_remove()
H A Dpmd_aesni_mb.c2057 dev->security_ctx = security_instance; in aesni_mb_configure_dev()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_cryptodev_sec.c40 cdev->security_ctx = ctx; in cnxk_crypto_sec_ctx_create()
48 rte_free(cdev->security_ctx); in cnxk_crypto_sec_ctx_destroy()
/dpdk/drivers/crypto/qat/
H A Dqat_sym.c261 cryptodev->security_ctx = in qat_sym_dev_create()
263 if (cryptodev->security_ctx == NULL) { in qat_sym_dev_create()
322 rte_free(cryptodev->security_ctx); in qat_sym_dev_create()
323 cryptodev->security_ctx = NULL; in qat_sym_dev_create()
347 rte_free(cryptodev->security_ctx); in qat_sym_dev_destroy()
348 cryptodev->security_ctx = NULL; in qat_sym_dev_destroy()
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c649 struct iavf_security_ctx *iavf_sctx = adapter->security_ctx; in iavf_ipsec_crypto_session_create()
1139 struct iavf_security_ctx *iavf_sctx = adapter->security_ctx; in iavf_ipsec_crypto_pkt_metadata_set()
1403 struct iavf_security_ctx *iavf_sctx = adapter->security_ctx; in iavf_ipsec_crypto_capabilities_get()
1498 adapter->vf.eth_dev->security_ctx = sctx; in iavf_security_ctx_create()
1500 if (adapter->security_ctx == NULL) { in iavf_security_ctx_create()
1501 adapter->security_ctx = rte_malloc("iavf_security_ctx", in iavf_security_ctx_create()
1503 if (adapter->security_ctx == NULL) in iavf_security_ctx_create()
1513 struct iavf_security_ctx *iavf_sctx = adapter->security_ctx; in iavf_security_init()
1540 struct iavf_security_ctx *iavf_sctx = adapter->security_ctx; in iavf_security_get_pkt_md_offset()
1560 adapter->security_ctx = NULL; in iavf_security_ctx_destroy()
[all …]
H A Diavf.h307 struct iavf_security_ctx *security_ctx; member
329 (((struct iavf_adapter *)adapter)->security_ctx)
/dpdk/lib/cryptodev/
H A Dcryptodev_pmd.h108 void *security_ctx; member
H A Drte_cryptodev.c756 return rte_crypto_devices[dev_id].security_ctx; in rte_cryptodev_get_sec_ctx()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c1646 eth_dev->security_ctx = sec_ctx; in cnxk_eth_dev_init()
1772 plt_free(eth_dev->security_ctx); in cnxk_eth_dev_uninit()
1773 eth_dev->security_ctx = NULL; in cnxk_eth_dev_uninit()
/dpdk/lib/ethdev/
H A Dethdev_driver.h84 void *security_ctx; /**< Context for security ops */ member
H A Drte_ethdev.c579 return rte_eth_devices[port_id].security_ctx; in rte_eth_dev_get_sec_ctx()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c750 dev->security_ctx = ctx; in ixgbe_ipsec_ctx_create()
H A Dixgbe_rxtx.c2611 if (dev->security_ctx) in ixgbe_get_tx_port_offloads()
3066 if (dev->security_ctx) in ixgbe_get_rx_port_offloads()
H A Dixgbe_ethdev.c3054 rte_free(dev->security_ctx); in ixgbe_dev_close()
3055 dev->security_ctx = NULL; in ixgbe_dev_close()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ipsec.c724 dev->security_ctx = ctx; in txgbe_ipsec_ctx_create()
H A Dtxgbe_rxtx.c1999 if (dev->security_ctx) in txgbe_get_rx_port_offloads()
2249 if (dev->security_ctx) in txgbe_get_tx_port_offloads()
H A Dtxgbe_ethdev.c2034 rte_free(dev->security_ctx); in txgbe_dev_close()
2035 dev->security_ctx = NULL; in txgbe_dev_close()
/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst437 A new parameter ``security_ctx`` has been added to ``rte_eth_dev`` to
442 A new parameter ``security_ctx`` has been added to ``rte_cryptodev`` to
/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c1109 dev->security_ctx = security_instance; in cryptodev_mrvl_crypto_create()
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c2155 rte_free(dev->security_ctx); in caam_jr_dev_uninit()
2376 dev->security_ctx = security_instance; in caam_jr_dev_init()
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c3604 rte_free(dev->security_ctx); in dpaa_sec_uninit()
3726 cryptodev->security_ctx = security_instance; in dpaa_sec_dev_init()
3758 rte_free(cryptodev->security_ctx); in dpaa_sec_dev_init()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c4255 rte_free(dev->security_ctx); in dpaa2_sec_uninit()
4364 cryptodev->security_ctx = security_instance; in dpaa2_sec_dev_init()