Home
last modified time | relevance | path

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

/dpdk/lib/security/
H A Drte_security.c351 struct rte_tel_data *crypto_caps; in security_handle_cryptodev_crypto_caps() local
377 crypto_caps = rte_tel_data_alloc(); in security_handle_cryptodev_crypto_caps()
378 RTE_PTR_OR_ERR_RET(crypto_caps, -ENOMEM); in security_handle_cryptodev_crypto_caps()
381 crypto_caps_n = crypto_caps_array(crypto_caps, capabilities->crypto_capabilities); in security_handle_cryptodev_crypto_caps()
383 rte_tel_data_add_dict_container(d, "crypto_caps", crypto_caps, 0); in security_handle_cryptodev_crypto_caps()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_cryptodev.h22 struct rte_cryptodev_capabilities crypto_caps[CNXK_CPT_MAX_CAPS]; member
H A Dcnxk_cryptodev_capabilities.c1132 return vf->crypto_caps; in cnxk_crypto_capabilities_get()
1255 crypto_caps_populate(vf->crypto_caps, vf->cpt.hw_caps); in cnxk_cpt_caps_populate()
/dpdk/lib/cryptodev/
H A Drte_cryptodev.c2591 struct rte_tel_data *crypto_caps; in cryptodev_handle_dev_caps() local
2606 crypto_caps = rte_tel_data_alloc(); in cryptodev_handle_dev_caps()
2607 if (!crypto_caps) in cryptodev_handle_dev_caps()
2611 crypto_caps_n = crypto_caps_array(crypto_caps, dev_info.capabilities); in cryptodev_handle_dev_caps()
2612 rte_tel_data_add_dict_container(d, "crypto_caps", crypto_caps, 0); in cryptodev_handle_dev_caps()
/dpdk/doc/guides/prog_guide/
H A Drte_security.rst753 --> /security/cryptodev/crypto_caps,0,0
754 {"/security/cryptodev/crypto_caps": {"crypto_caps": [<array of serialized bytes of
H A Dcryptodev_lib.rst1216 {"/cryptodev/caps": {"crypto_caps": [<array of serialized bytes of