| /dpdk/drivers/common/cnxk/ |
| H A D | cnxk_security.h | 25 cnxk_ipsec_ivlen_get(enum rte_crypto_cipher_algorithm c_algo, 29 cnxk_ipsec_icvlen_get(enum rte_crypto_cipher_algorithm c_algo, 34 cnxk_ipsec_outb_roundup_byte(enum rte_crypto_cipher_algorithm c_algo,
|
| H A D | cnxk_security.c | 807 cnxk_ipsec_ivlen_get(enum rte_crypto_cipher_algorithm c_algo, in cnxk_ipsec_ivlen_get() 842 cnxk_ipsec_icvlen_get(enum rte_crypto_cipher_algorithm c_algo, in cnxk_ipsec_icvlen_get() 886 cnxk_ipsec_outb_roundup_byte(enum rte_crypto_cipher_algorithm c_algo, in cnxk_ipsec_outb_roundup_byte() 920 enum rte_crypto_cipher_algorithm c_algo = RTE_CRYPTO_CIPHER_NULL; in cnxk_ipsec_outb_rlens_get()
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym_engine.h | 82 enum rte_crypto_cipher_algorithm c_algo, 97 enum rte_crypto_cipher_algorithm c_algo,
|
| H A D | bcmfs_sym_session.h | 34 enum rte_crypto_cipher_algorithm algo;
|
| H A D | bcmfs_sym_engine.c | 191 spu2_cipher_type_xlate(enum rte_crypto_cipher_algorithm cipher_alg, in spu2_cipher_type_xlate() 372 spu2_cipher_xlate(enum rte_crypto_cipher_algorithm cipher_alg, in spu2_cipher_xlate() 678 enum rte_crypto_cipher_algorithm calgo, in bcmfs_crypto_build_cipher_req() 769 enum rte_crypto_cipher_algorithm cipher_alg, in bcmfs_crypto_build_chain_request()
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_crypto_sym.h | 119 enum rte_crypto_cipher_algorithm { enum 199 enum rte_crypto_cipher_algorithm algo;
|
| H A D | rte_cryptodev.h | 129 enum rte_crypto_cipher_algorithm algo; 209 enum rte_crypto_cipher_algorithm cipher; 353 rte_cryptodev_get_cipher_algo_enum(enum rte_crypto_cipher_algorithm *algo_enum,
|
| /dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 847 const enum rte_crypto_cipher_algorithm ciphers[] = { in aes_chain_setup() 890 const enum rte_crypto_cipher_algorithm ciphers[] = { in aes_cipheronly_setup() 931 const enum rte_crypto_cipher_algorithm ciphers[] = { in aes_docsis_setup() 961 const enum rte_crypto_cipher_algorithm ciphers[] = { in triple_des_chain_setup() 998 const enum rte_crypto_cipher_algorithm ciphers[] = { in triple_des_cipheronly_setup() 1029 const enum rte_crypto_cipher_algorithm ciphers[] = { in des_cipheronly_setup() 1059 const enum rte_crypto_cipher_algorithm ciphers[] = { in des_docsis_setup()
|
| H A D | test_cryptodev_blockcipher.h | 63 enum rte_crypto_cipher_algorithm crypto_algo;
|
| H A D | test_cryptodev_security_ipsec.h | 102 enum rte_crypto_cipher_algorithm cipher;
|
| H A D | test_cryptodev.h | 243 check_cipher_capabilities_supported(const enum rte_crypto_cipher_algorithm *ciphers,
|
| H A D | test_cryptodev_mixed_test_vectors.h | 27 enum rte_crypto_cipher_algorithm cipher_algo;
|
| H A D | test_cryptodev.c | 770 const enum rte_crypto_cipher_algorithm ciphers[] = { in null_testsuite_setup() 865 const enum rte_crypto_cipher_algorithm ciphers[] = { in pdcp_proto_testsuite_setup() 905 const enum rte_crypto_cipher_algorithm ciphers[] = { in docsis_proto_testsuite_setup() 2473 enum rte_crypto_cipher_algorithm algo, in create_wireless_algo_cipher_session() 2578 enum rte_crypto_cipher_algorithm cipher_algo, in create_wireless_algo_cipher_auth_session() 2639 enum rte_crypto_cipher_algorithm cipher_algo, in create_wireless_cipher_auth_session() 2713 enum rte_crypto_cipher_algorithm cipher_algo, in create_wireless_algo_auth_cipher_session() 2913 enum rte_crypto_cipher_algorithm cipher_algo = in create_wireless_algo_cipher_hash_operation() 3006 enum rte_crypto_cipher_algorithm cipher_algo = in create_wireless_algo_auth_cipher_operation() 9508 enum rte_crypto_cipher_algorithm cipher_alg; in test_ipsec_proto_all() [all …]
|
| H A D | test_ipsec_perf.c | 91 enum rte_crypto_cipher_algorithm algo;
|
| /dpdk/drivers/crypto/openssl/ |
| H A D | openssl_pmd_private.h | 98 enum rte_crypto_cipher_algorithm algo;
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_options.h | 108 enum rte_crypto_cipher_algorithm cipher_algo;
|
| /dpdk/drivers/crypto/armv8/ |
| H A D | armv8_pmd_private.h | 133 enum rte_crypto_cipher_algorithm algo;
|
| H A D | rte_armv8_pmd.c | 365 enum rte_crypto_cipher_algorithm calg; in armv8_crypto_set_session_chained_parameters()
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_pvt.h | 113 enum rte_crypto_cipher_algorithm cipher_alg; /* Cipher Algorithm*/
|
| /dpdk/examples/fips_validation/ |
| H A D | fips_validation_aes.c | 44 enum rte_crypto_cipher_algorithm algo;
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec.h | 113 enum rte_crypto_cipher_algorithm cipher_algo;
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_ipsec_crypto.c | 130 enum rte_crypto_cipher_algorithm algo) in get_cipher_capability() 143 enum rte_crypto_cipher_algorithm algo) in get_cipher_blocksize() 1267 enum rte_crypto_cipher_algorithm cipher_maptbl[] = {
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 197 enum rte_crypto_cipher_algorithm cipher_algo; 1081 parse_cipher_algo(enum rte_crypto_cipher_algorithm *algo, char *optarg) in parse_cipher_algo() 1855 enum rte_crypto_cipher_algorithm cap_cipher_algo; in check_device_support_cipher_algo() 1856 enum rte_crypto_cipher_algorithm opt_cipher_algo = in check_device_support_cipher_algo()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_priv.h | 195 enum rte_crypto_cipher_algorithm cipher_alg; /*!< Cipher Algorithm*/
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.h | 153 enum rte_crypto_cipher_algorithm cipher_alg; /*!< Cipher Algorithm*/
|