Home
last modified time | relevance | path

Searched refs:rte_cryptodev_configure (Results 1 – 20 of 20) sorted by relevance

/dpdk/lib/cryptodev/
H A Dversion.map15 rte_cryptodev_configure;
H A Drte_cryptodev.h700 rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config);
H A Drte_cryptodev.c1019 rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config) in rte_cryptodev_configure() function
/dpdk/examples/ip_pipeline/
H A Dcryptodev.c97 status = rte_cryptodev_configure(dev_id, &dev_conf); in cryptodev_create()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cryptodev.c107 status = rte_cryptodev_configure(dev_id, &dev_conf); in softnic_cryptodev_create()
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst91 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 Devent_crypto_adapter.rst188 rte_cryptodev_configure(cdev_id, &conf);
/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_ops.c75 ret = rte_cryptodev_configure(worker_dev_id, config); in scheduler_pmd_config()
/dpdk/examples/vhost_crypto/
H A Dmain.c538 ret = rte_cryptodev_configure(info->cid, &config); in main()
/dpdk/app/test-crypto-perf/
H A Dmain.c333 ret = rte_cryptodev_configure(cdev_id, &conf); in cperf_initialize_cryptodev()
/dpdk/app/test/
H A Dtest_event_crypto_adapter.c585 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(TEST_CDEV_ID, &conf), in configure_cryptodev()
H A Dtest_cryptodev.c666 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 Dtest_cryptodev_asym.c879 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 Dtest_ipsec.c389 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, in testsuite_setup()
/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c1549 ret = rte_cryptodev_configure(dev_id, &conf); in fips_dev_auto_test_init()
H A Dmain.c82 ret = rte_cryptodev_configure(env.dev_id, &conf); in cryptodev_fips_validate_app_int()
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst232 * The ``rte_cryptodev_configure()`` function does not create the session
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c1229 ret = rte_cryptodev_configure(cdev_id, &conf); in perf_cryptodev_setup()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2569 retval = rte_cryptodev_configure(cdev_id, &conf); in initialize_cryptodevs()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2227 if (rte_cryptodev_configure(cdev_id, &dev_conf)) in cryptodevs_init()