Home
last modified time | relevance | path

Searched refs:rte_cryptodev_info_get (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler.c103 rte_cryptodev_info_get(sched_ctx->workers[i].dev_id, &dev_info); in update_scheduler_capability()
133 rte_cryptodev_info_get(sched_ctx->workers[i].dev_id, &dev_info); in update_scheduler_feature_flag()
153 rte_cryptodev_info_get(sched_ctx->workers[i].dev_id, &dev_info); in update_max_nb_qp()
201 rte_cryptodev_info_get(worker_id, &dev_info); in rte_cryptodev_scheduler_worker_attach()
H A Dscheduler_pmd_ops.c341 rte_cryptodev_info_get(worker_dev_id, &worker_info); in scheduler_pmd_info_get()
/f-stack/dpdk/lib/librte_cryptodev/
H A Dversion.map27 rte_cryptodev_info_get;
H A Drte_cryptodev.c291 rte_cryptodev_info_get(dev_id, &dev_info); in rte_cryptodev_sym_capability_get()
351 rte_cryptodev_info_get(dev_id, &dev_info); in rte_cryptodev_asym_capability_get()
1180 rte_cryptodev_info_get(uint8_t dev_id, struct rte_cryptodev_info *dev_info) in rte_cryptodev_info_get() function
H A Drte_cryptodev.h786 rte_cryptodev_info_get(uint8_t dev_id, struct rte_cryptodev_info *dev_info);
/f-stack/dpdk/examples/ip_pipeline/
H A Dcryptodev.c89 rte_cryptodev_info_get(dev_id, &dev_info); in cryptodev_create()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cryptodev.c97 rte_cryptodev_info_get(dev_id, &dev_info); in softnic_cryptodev_create()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c764 rte_cryptodev_info_get(i, &info); in testsuite_setup()
776 rte_cryptodev_info_get(dev_id, &info); in testsuite_setup()
2668 rte_cryptodev_info_get(ts_params->valid_devs[0], &dev_info); in test_snow3g_authentication()
2759 rte_cryptodev_info_get(ts_params->valid_devs[0], &dev_info); in test_snow3g_authentication_verify()
2850 rte_cryptodev_info_get(ts_params->valid_devs[0], &dev_info); in test_kasumi_authentication()
2939 rte_cryptodev_info_get(ts_params->valid_devs[0], &dev_info); in test_kasumi_authentication_verify()
3163 rte_cryptodev_info_get(ts_params->valid_devs[0], &dev_info); in test_kasumi_encryption()
3267 rte_cryptodev_info_get(ts_params->valid_devs[0], &dev_info); in test_kasumi_encryption_sgl()
3460 rte_cryptodev_info_get(ts_params->valid_devs[0], &dev_info); in test_kasumi_encryption_oop_sgl()
3621 rte_cryptodev_info_get(ts_params->valid_devs[0], &dev_info); in test_kasumi_decryption()
[all …]
H A Dtest_cryptodev_asym.c626 rte_cryptodev_info_get(dev_id, &dev_info); in test_one_by_one()
663 rte_cryptodev_info_get(dev_id, &dev_info); in test_rsa_sign_verify()
712 rte_cryptodev_info_get(dev_id, &dev_info); in test_rsa_enc_dec()
760 rte_cryptodev_info_get(dev_id, &dev_info); in test_rsa_sign_verify_crt()
808 rte_cryptodev_info_get(dev_id, &dev_info); in test_rsa_enc_dec_crt()
899 rte_cryptodev_info_get(valid_devs[i], &info); in testsuite_setup()
1067 rte_cryptodev_info_get(dev_id, &dev_info); in test_capability()
1943 rte_cryptodev_info_get(dev_id, &dev_info); in test_ecdsa_sign_verify()
2156 rte_cryptodev_info_get(dev_id, &dev_info); in test_ecpm()
H A Dtest_event_crypto_adapter.c567 rte_cryptodev_info_get(TEST_CDEV_ID, &info); in configure_cryptodev()
H A Dtest_cryptodev_blockcipher.c101 rte_cryptodev_info_get(dev_id, &dev_info); in test_blockcipher_one_case()
H A Dtest_ipsec.c341 rte_cryptodev_info_get(dev_id, &info); in testsuite_setup()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c123 rte_cryptodev_info_get(ctx->dev_id, &dev_info); in cperf_throughput_test_runner()
H A Dcperf_test_latency.c147 rte_cryptodev_info_get(ctx->dev_id, &dev_info); in cperf_latency_test_runner()
H A Dcperf_test_verify.c261 rte_cryptodev_info_get(ctx->dev_id, &dev_info); in cperf_verify_test_runner()
H A Dcperf_test_pmd_cyclecount.c422 rte_cryptodev_info_get(state.ctx->dev_id, &dev_info); in cperf_pmd_cyclecount_test_runner()
H A Dmain.c201 rte_cryptodev_info_get(cdev_id, &cdev_info); in cperf_initialize_cryptodev()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c137 rte_cryptodev_info_get(cdev_id, &info); in create_lookaside_session()
150 rte_cryptodev_info_get(ipsec_ctx->tbl[cdev_id_qp].id, in create_lookaside_session()
H A Dipsec-secgw.c2057 rte_cryptodev_info_get(cdev_id, &cdev_info); in cryptodevs_init()
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst277 feature_flags AVX|SSE|NEON using ``rte_cryptodev_info_get``.
285 ``rte_cryptodev_info_get``.
/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c496 rte_cryptodev_info_get(info->cid, &dev_info); in main()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1978 rte_cryptodev_info_get(cdev_id, &dev_info); in check_capabilities()
2269 rte_cryptodev_info_get(cdev_id, &dev_info); in initialize_cryptodevs()
/f-stack/dpdk/app/proc-info/
H A Dmain.c1198 rte_cryptodev_info_get(i, &dev_info); in show_crypto()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst265 is achieved through the ``rte_cryptodev_info_get`` function.
269 void rte_cryptodev_info_get(uint8_t dev_id,
/f-stack/dpdk/examples/fips_validation/
H A Dmain.c80 rte_cryptodev_info_get(env.dev_id, &dev_info); in cryptodev_fips_validate_app_int()

12