| /dpdk/lib/cryptodev/ |
| H A D | version.map | 15 rte_cryptodev_configure;
|
| H A D | rte_cryptodev.h | 700 rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config);
|
| H A D | rte_cryptodev.c | 1019 rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config) in rte_cryptodev_configure() function
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cryptodev.c | 97 status = rte_cryptodev_configure(dev_id, &dev_conf); in cryptodev_create()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cryptodev.c | 107 status = rte_cryptodev_configure(dev_id, &dev_conf); in softnic_cryptodev_create()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 91 The rte_cryptodev_configure API is used to configure a Crypto device. 95 int rte_cryptodev_configure(uint8_t dev_id, 350 Callbacks registered by application would not survive ``rte_cryptodev_configure`` as it 352 callbacks before calling ``rte_cryptodev_configure`` to avoid possible memory leakage. 354 So, the application is expected to add user callback after ``rte_cryptodev_configure``. 916 if (rte_cryptodev_configure(cdev_id, &conf) < 0)
|
| H A D | event_crypto_adapter.rst | 188 rte_cryptodev_configure(cdev_id, &conf);
|
| /dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_pmd_ops.c | 75 ret = rte_cryptodev_configure(worker_dev_id, config); in scheduler_pmd_config()
|
| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 538 ret = rte_cryptodev_configure(info->cid, &config); in main()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | main.c | 333 ret = rte_cryptodev_configure(cdev_id, &conf); in cperf_initialize_cryptodev()
|
| /dpdk/app/test/ |
| H A D | test_event_crypto_adapter.c | 585 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(TEST_CDEV_ID, &conf), in configure_cryptodev()
|
| H A D | test_cryptodev.c | 666 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, in testsuite_setup() 1388 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(ts_params->valid_devs[0], in dev_configure_and_start() 1497 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, &ts_params->conf), in test_device_configure_invalid_dev_id() 1504 TEST_ASSERT_FAIL(rte_cryptodev_configure(dev_id, &ts_params->conf), in test_device_configure_invalid_dev_id() 1510 TEST_ASSERT_FAIL(rte_cryptodev_configure(dev_id, &ts_params->conf), in test_device_configure_invalid_dev_id() 1529 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(ts_params->valid_devs[0], in test_device_configure_invalid_queue_pair_ids() 1537 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(ts_params->valid_devs[0], in test_device_configure_invalid_queue_pair_ids() 1547 TEST_ASSERT_FAIL(rte_cryptodev_configure(ts_params->valid_devs[0], in test_device_configure_invalid_queue_pair_ids() 1558 TEST_ASSERT_FAIL(rte_cryptodev_configure(ts_params->valid_devs[0], in test_device_configure_invalid_queue_pair_ids() 1569 TEST_ASSERT_FAIL(rte_cryptodev_configure(ts_params->valid_devs[0], in test_device_configure_invalid_queue_pair_ids() [all …]
|
| H A D | test_cryptodev_asym.c | 879 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, in testsuite_setup() 932 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(ts_params->valid_devs[0], in ut_setup_asym()
|
| H A D | test_ipsec.c | 389 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, in testsuite_setup()
|
| /dpdk/examples/fips_validation/ |
| H A D | fips_dev_self_test.c | 1549 ret = rte_cryptodev_configure(dev_id, &conf); in fips_dev_auto_test_init()
|
| H A D | main.c | 82 ret = rte_cryptodev_configure(env.dev_id, &conf); in cryptodev_fips_validate_app_int()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 232 * The ``rte_cryptodev_configure()`` function does not create the session
|
| /dpdk/app/test-eventdev/ |
| H A D | test_perf_common.c | 1229 ret = rte_cryptodev_configure(cdev_id, &conf); in perf_cryptodev_setup()
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 2569 retval = rte_cryptodev_configure(cdev_id, &conf); in initialize_cryptodevs()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 2227 if (rte_cryptodev_configure(cdev_id, &dev_conf)) in cryptodevs_init()
|