| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | version.map | 15 rte_cryptodev_configure;
|
| H A D | rte_cryptodev.h | 656 rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config);
|
| H A D | rte_cryptodev.c | 910 rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config) in rte_cryptodev_configure() function
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | cryptodev.c | 98 status = rte_cryptodev_configure(dev_id, &dev_conf); in cryptodev_create()
|
| /f-stack/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()
|
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_pmd_ops.c | 75 ret = rte_cryptodev_configure(worker_dev_id, config); in scheduler_pmd_config()
|
| /f-stack/dpdk/examples/vhost_crypto/ |
| H A D | main.c | 521 ret = rte_cryptodev_configure(info->cid, &config); in main()
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | main.c | 279 ret = rte_cryptodev_configure(cdev_id, &conf); in cperf_initialize_cryptodev()
|
| /f-stack/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, 872 if (rte_cryptodev_configure(cdev_id, &conf) < 0) 1146 if (rte_cryptodev_configure(cdev_id, &conf) < 0)
|
| H A D | event_crypto_adapter.rst | 171 rte_cryptodev_configure(cdev_id, &conf);
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_crypto_adapter.c | 572 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(TEST_CDEV_ID, &conf), in configure_cryptodev()
|
| H A D | test_cryptodev.c | 821 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, in testsuite_setup() 886 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(ts_params->valid_devs[0], in dev_configure_and_start() 998 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, &ts_params->conf), in test_device_configure_invalid_dev_id() 1005 TEST_ASSERT_FAIL(rte_cryptodev_configure(dev_id, &ts_params->conf), in test_device_configure_invalid_dev_id() 1011 TEST_ASSERT_FAIL(rte_cryptodev_configure(dev_id, &ts_params->conf), in test_device_configure_invalid_dev_id() 1030 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(ts_params->valid_devs[0], in test_device_configure_invalid_queue_pair_ids() 1038 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(ts_params->valid_devs[0], in test_device_configure_invalid_queue_pair_ids() 1048 TEST_ASSERT_FAIL(rte_cryptodev_configure(ts_params->valid_devs[0], in test_device_configure_invalid_queue_pair_ids() 1059 TEST_ASSERT_FAIL(rte_cryptodev_configure(ts_params->valid_devs[0], in test_device_configure_invalid_queue_pair_ids() 1070 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 | 920 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, in testsuite_setup() 986 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(ts_params->valid_devs[0], in ut_setup()
|
| H A D | test_ipsec.c | 379 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, in testsuite_setup()
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_dev_self_test.c | 1570 ret = rte_cryptodev_configure(dev_id, &conf); in fips_dev_auto_test_init()
|
| H A D | main.c | 76 ret = rte_cryptodev_configure(env.dev_id, &conf); in cryptodev_fips_validate_app_int()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 290 * The ``rte_cryptodev_configure()`` function does not create the session
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 2463 retval = rte_cryptodev_configure(cdev_id, &conf); in initialize_cryptodevs()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 2097 if (rte_cryptodev_configure(cdev_id, &dev_conf)) in cryptodevs_init()
|