Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cryptodev/
H A Dversion.map15 rte_cryptodev_configure;
H A Drte_cryptodev.h656 rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config);
H A Drte_cryptodev.c910 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 Dcryptodev.c98 status = rte_cryptodev_configure(dev_id, &dev_conf); in cryptodev_create()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cryptodev.c107 status = rte_cryptodev_configure(dev_id, &dev_conf); in softnic_cryptodev_create()
/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_ops.c75 ret = rte_cryptodev_configure(worker_dev_id, config); in scheduler_pmd_config()
/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c521 ret = rte_cryptodev_configure(info->cid, &config); in main()
/f-stack/dpdk/app/test-crypto-perf/
H A Dmain.c279 ret = rte_cryptodev_configure(cdev_id, &conf); in cperf_initialize_cryptodev()
/f-stack/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,
872 if (rte_cryptodev_configure(cdev_id, &conf) < 0)
1146 if (rte_cryptodev_configure(cdev_id, &conf) < 0)
H A Devent_crypto_adapter.rst171 rte_cryptodev_configure(cdev_id, &conf);
/f-stack/dpdk/app/test/
H A Dtest_event_crypto_adapter.c572 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(TEST_CDEV_ID, &conf), in configure_cryptodev()
H A Dtest_cryptodev.c821 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 Dtest_cryptodev_asym.c920 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 Dtest_ipsec.c379 TEST_ASSERT_SUCCESS(rte_cryptodev_configure(dev_id, in testsuite_setup()
/f-stack/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c1570 ret = rte_cryptodev_configure(dev_id, &conf); in fips_dev_auto_test_init()
H A Dmain.c76 ret = rte_cryptodev_configure(env.dev_id, &conf); in cryptodev_fips_validate_app_int()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst290 * The ``rte_cryptodev_configure()`` function does not create the session
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c2463 retval = rte_cryptodev_configure(cdev_id, &conf); in initialize_cryptodevs()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2097 if (rte_cryptodev_configure(cdev_id, &dev_conf)) in cryptodevs_init()