| /dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 85 struct rte_cryptodev_info dev_info; in test_blockcipher_one_case() 845 struct rte_cryptodev_info dev_info; in aes_chain_setup() 888 struct rte_cryptodev_info dev_info; in aes_cipheronly_setup() 929 struct rte_cryptodev_info dev_info; in aes_docsis_setup() 959 struct rte_cryptodev_info dev_info; in triple_des_chain_setup() 996 struct rte_cryptodev_info dev_info; in triple_des_cipheronly_setup() 1027 struct rte_cryptodev_info dev_info; in des_cipheronly_setup() 1057 struct rte_cryptodev_info dev_info; in des_docsis_setup() 1087 struct rte_cryptodev_info dev_info; in authonly_setup()
|
| H A D | test_cryptodev.c | 548 struct rte_cryptodev_info info; in testsuite_setup() 769 struct rte_cryptodev_info dev_info; in null_testsuite_setup() 801 struct rte_cryptodev_info dev_info; in crypto_gen_testsuite_setup() 820 struct rte_cryptodev_info dev_info; in ipsec_proto_testsuite_setup() 864 struct rte_cryptodev_info dev_info; in pdcp_proto_testsuite_setup() 904 struct rte_cryptodev_info dev_info; in docsis_proto_testsuite_setup() 934 struct rte_cryptodev_info dev_info; in aes_ccm_auth_testsuite_setup() 963 struct rte_cryptodev_info dev_info; in aes_gcm_auth_testsuite_setup() 990 struct rte_cryptodev_info dev_info; in aes_gmac_auth_testsuite_setup() 1019 struct rte_cryptodev_info dev_info; in chacha20_poly1305_testsuite_setup() [all …]
|
| H A D | test_cryptodev_asym.c | 613 struct rte_cryptodev_info dev_info; in test_one_by_one() 647 struct rte_cryptodev_info dev_info; in test_rsa_sign_verify() 687 struct rte_cryptodev_info dev_info; in test_rsa_enc_dec() 727 struct rte_cryptodev_info dev_info; in test_rsa_sign_verify_crt() 767 struct rte_cryptodev_info dev_info; in test_rsa_enc_dec_crt() 805 struct rte_cryptodev_info info; in testsuite_setup() 1007 struct rte_cryptodev_info dev_info; in test_capability() 1789 struct rte_cryptodev_info dev_info; in test_ecdsa_sign_verify() 1991 struct rte_cryptodev_info dev_info; in test_ecpm()
|
| /dpdk/drivers/crypto/scheduler/ |
| H A D | rte_cryptodev_scheduler.c | 101 struct rte_cryptodev_info dev_info; in update_scheduler_capability() 131 struct rte_cryptodev_info dev_info; in update_scheduler_feature_flag() 151 struct rte_cryptodev_info dev_info; in update_max_nb_qp() 168 struct rte_cryptodev_info dev_info; in rte_cryptodev_scheduler_worker_attach()
|
| H A D | scheduler_pmd_ops.c | 316 struct rte_cryptodev_info *dev_info) in scheduler_pmd_info_get() 334 struct rte_cryptodev_info worker_info; in scheduler_pmd_info_get()
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_crypto.h | 87 struct rte_cryptodev_info *info);
|
| H A D | qat_crypto.c | 45 struct rte_cryptodev_info *info) in qat_cryptodev_info_get()
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev.c | 290 struct rte_cryptodev_info dev_info; in rte_cryptodev_sym_capability_get() 349 struct rte_cryptodev_info dev_info; in rte_cryptodev_asym_capability_get() 352 memset(&dev_info, 0, sizeof(struct rte_cryptodev_info)); in rte_cryptodev_asym_capability_get() 959 struct rte_cryptodev_info dev_info; in rte_cryptodev_queue_pairs_config() 972 memset(&dev_info, 0, sizeof(struct rte_cryptodev_info)); in rte_cryptodev_queue_pairs_config() 1575 rte_cryptodev_info_get(uint8_t dev_id, struct rte_cryptodev_info *dev_info) in rte_cryptodev_info_get() 1586 memset(dev_info, 0, sizeof(struct rte_cryptodev_info)); in rte_cryptodev_info_get() 2503 struct rte_cryptodev_info cryptodev_info; in cryptodev_handle_dev_info() 2590 struct rte_cryptodev_info dev_info; in cryptodev_handle_dev_caps()
|
| H A D | rte_cryptodev.h | 497 struct rte_cryptodev_info { struct 830 rte_cryptodev_info_get(uint8_t dev_id, struct rte_cryptodev_info *dev_info);
|
| H A D | cryptodev_pmd.h | 229 struct rte_cryptodev_info *dev_info);
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cryptodev.c | 51 struct rte_cryptodev_info dev_info; in cryptodev_create()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cryptodev.c | 60 struct rte_cryptodev_info dev_info; in softnic_cryptodev_create()
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_ops.h | 94 struct rte_cryptodev_info *info);
|
| /dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd_ops.c | 146 struct rte_cryptodev_info *dev_info) in armv8_crypto_pmd_info_get()
|
| /dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd_ops.c | 117 struct rte_cryptodev_info *dev_info) in null_crypto_pmd_info_get()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_throughput.c | 122 struct rte_cryptodev_info dev_info; in cperf_throughput_test_runner()
|
| H A D | cperf_test_verify.c | 219 struct rte_cryptodev_info dev_info; in cperf_verify_test_runner()
|
| H A D | cperf_test_latency.c | 141 struct rte_cryptodev_info dev_info; in cperf_latency_test_runner()
|
| H A D | cperf_test_pmd_cyclecount.c | 415 struct rte_cryptodev_info dev_info; in cperf_pmd_cyclecount_test_runner()
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 1834 const struct rte_cryptodev_info *dev_info) in check_type() 1850 const struct rte_cryptodev_info *dev_info, in check_device_support_cipher_algo() 1884 const struct rte_cryptodev_info *dev_info, in check_device_support_auth_algo() 1918 const struct rte_cryptodev_info *dev_info, in check_device_support_aead_algo() 2019 struct rte_cryptodev_info dev_info; in check_capabilities() 2349 struct rte_cryptodev_info dev_info; in initialize_cryptodevs()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | ipsec_mb_private.h | 376 struct rte_cryptodev_info *dev_info);
|
| H A D | ipsec_mb_ops.c | 80 struct rte_cryptodev_info *dev_info) in ipsec_mb_info_get()
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym_pmd.c | 59 struct rte_cryptodev_info *dev_info) in bcmfs_sym_dev_info_get()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec.c | 61 struct rte_cryptodev_info cdev_info; in create_lookaside_session() 133 struct rte_cryptodev_info info; in create_lookaside_session()
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_pmd_ops.c | 616 struct rte_cryptodev_info *dev_info) in ccp_pmd_info_get()
|