Searched refs:crypto_caps (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/security/ |
| H A D | rte_security.c | 351 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 D | cnxk_cryptodev.h | 22 struct rte_cryptodev_capabilities crypto_caps[CNXK_CPT_MAX_CAPS]; member
|
| H A D | cnxk_cryptodev_capabilities.c | 1132 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 D | rte_cryptodev.c | 2591 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 D | rte_security.rst | 753 --> /security/cryptodev/crypto_caps,0,0 754 {"/security/cryptodev/crypto_caps": {"crypto_caps": [<array of serialized bytes of
|
| H A D | cryptodev_lib.rst | 1216 {"/cryptodev/caps": {"crypto_caps": [<array of serialized bytes of
|