| /dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 104 rte_cryptodev_info_get(dev_id, &dev_info); in test_blockcipher_one_case() 862 rte_cryptodev_info_get(dev_id, &dev_info); in aes_chain_setup() 903 rte_cryptodev_info_get(dev_id, &dev_info); in aes_cipheronly_setup() 935 rte_cryptodev_info_get(dev_id, &dev_info); in aes_docsis_setup() 970 rte_cryptodev_info_get(dev_id, &dev_info); in triple_des_chain_setup() 1003 rte_cryptodev_info_get(dev_id, &dev_info); in triple_des_cipheronly_setup() 1033 rte_cryptodev_info_get(dev_id, &dev_info); in des_cipheronly_setup() 1063 rte_cryptodev_info_get(dev_id, &dev_info); in des_docsis_setup() 1107 rte_cryptodev_info_get(dev_id, &dev_info); in authonly_setup()
|
| H A D | test_cryptodev.c | 609 rte_cryptodev_info_get(i, &info); in testsuite_setup() 621 rte_cryptodev_info_get(dev_id, &info); in testsuite_setup() 777 rte_cryptodev_info_get(dev_id, &dev_info); in null_testsuite_setup() 803 rte_cryptodev_info_get(dev_id, &dev_info); in crypto_gen_testsuite_setup() 878 rte_cryptodev_info_get(dev_id, &dev_info); in pdcp_proto_testsuite_setup() 909 rte_cryptodev_info_get(dev_id, &dev_info); in docsis_proto_testsuite_setup() 939 rte_cryptodev_info_get(dev_id, &dev_info); in aes_ccm_auth_testsuite_setup() 968 rte_cryptodev_info_get(dev_id, &dev_info); in aes_gcm_auth_testsuite_setup() 995 rte_cryptodev_info_get(dev_id, &dev_info); in aes_gmac_auth_testsuite_setup() 14856 rte_cryptodev_info_get(i, &info); in test_scheduler_attach_worker_op() [all …]
|
| H A D | test_cryptodev_asym.c | 616 rte_cryptodev_info_get(dev_id, &dev_info); in test_one_by_one() 653 rte_cryptodev_info_get(dev_id, &dev_info); in test_rsa_sign_verify() 693 rte_cryptodev_info_get(dev_id, &dev_info); in test_rsa_enc_dec() 733 rte_cryptodev_info_get(dev_id, &dev_info); in test_rsa_sign_verify_crt() 773 rte_cryptodev_info_get(dev_id, &dev_info); in test_rsa_enc_dec_crt() 858 rte_cryptodev_info_get(valid_devs[i], &info); in testsuite_setup() 1013 rte_cryptodev_info_get(dev_id, &dev_info); in test_capability() 1817 rte_cryptodev_info_get(dev_id, &dev_info); in test_ecdsa_sign_verify() 2019 rte_cryptodev_info_get(dev_id, &dev_info); in test_ecpm()
|
| H A D | test_event_crypto_adapter.c | 580 rte_cryptodev_info_get(TEST_CDEV_ID, &info); in configure_cryptodev()
|
| H A D | test_ipsec.c | 351 rte_cryptodev_info_get(dev_id, &info); in testsuite_setup()
|
| /dpdk/drivers/crypto/scheduler/ |
| H A D | rte_cryptodev_scheduler.c | 103 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 D | scheduler_pmd_ops.c | 336 rte_cryptodev_info_get(worker_dev_id, &worker_info); in scheduler_pmd_info_get()
|
| /dpdk/lib/cryptodev/ |
| H A D | version.map | 27 rte_cryptodev_info_get;
|
| H A D | rte_cryptodev.c | 293 rte_cryptodev_info_get(dev_id, &dev_info); in rte_cryptodev_sym_capability_get() 353 rte_cryptodev_info_get(dev_id, &dev_info); in rte_cryptodev_asym_capability_get() 1575 rte_cryptodev_info_get(uint8_t dev_id, struct rte_cryptodev_info *dev_info) in rte_cryptodev_info_get() function 2516 rte_cryptodev_info_get(dev_id, &cryptodev_info); in cryptodev_handle_dev_info() 2610 rte_cryptodev_info_get(dev_id, &dev_info); in cryptodev_handle_dev_caps()
|
| H A D | rte_cryptodev.h | 830 rte_cryptodev_info_get(uint8_t dev_id, struct rte_cryptodev_info *dev_info);
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cryptodev.c | 88 rte_cryptodev_info_get(dev_id, &dev_info); in cryptodev_create()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cryptodev.c | 97 rte_cryptodev_info_get(dev_id, &dev_info); in softnic_cryptodev_create()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_throughput.c | 128 rte_cryptodev_info_get(ctx->dev_id, &dev_info); in cperf_throughput_test_runner()
|
| H A D | cperf_test_verify.c | 224 rte_cryptodev_info_get(ctx->dev_id, &dev_info); in cperf_verify_test_runner()
|
| H A D | cperf_test_latency.c | 146 rte_cryptodev_info_get(ctx->dev_id, &dev_info); in cperf_latency_test_runner()
|
| H A D | cperf_test_pmd_cyclecount.c | 419 rte_cryptodev_info_get(state.ctx->dev_id, &dev_info); in cperf_pmd_cyclecount_test_runner()
|
| H A D | main.c | 224 rte_cryptodev_info_get(cdev_id, &cdev_info); in cperf_initialize_cryptodev()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec.c | 137 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()
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 275 feature_flags AVX|SSE|NEON using ``rte_cryptodev_info_get``. 283 ``rte_cryptodev_info_get``.
|
| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 513 rte_cryptodev_info_get(info->cid, &dev_info); in main()
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 2022 rte_cryptodev_info_get(cdev_id, &dev_info); in check_capabilities() 2375 rte_cryptodev_info_get(cdev_id, &dev_info); in initialize_cryptodevs()
|
| /dpdk/app/proc-info/ |
| H A D | main.c | 1221 rte_cryptodev_info_get(i, &dev_info); in show_crypto()
|
| /dpdk/app/test-eventdev/ |
| H A D | test_perf_common.c | 1217 rte_cryptodev_info_get(cdev_id, &info); in perf_cryptodev_setup()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 265 is achieved through the ``rte_cryptodev_info_get`` function. 269 void rte_cryptodev_info_get(uint8_t dev_id,
|
| /dpdk/examples/fips_validation/ |
| H A D | main.c | 86 rte_cryptodev_info_get(env.dev_id, &dev_info); in cryptodev_fips_validate_app_int()
|