Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 25 of 29) sorted by relevance

12

/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen5.c133 enum rte_crypto_cipher_algorithm algo) in check_cipher_capa()
146 enum rte_crypto_auth_algorithm algo) in check_auth_capa()
H A Dqat_crypto_pmd_gen3.c171 enum rte_crypto_cipher_algorithm algo) in check_cipher_capa()
184 enum rte_crypto_auth_algorithm algo) in check_auth_capa()
/dpdk/examples/ipsec-secgw/
H A Dsa.c41 enum rte_crypto_cipher_algorithm algo; member
49 enum rte_crypto_auth_algorithm algo; member
58 enum rte_crypto_aead_algorithm algo; member
266 const struct supported_cipher_algo *algo = find_match_cipher_algo() local
282 const struct supported_auth_algo *algo = find_match_auth_algo() local
298 const struct supported_aead_algo *algo = find_match_aead_algo() local
453 const struct supported_cipher_algo *algo; parse_sa_tokens() local
521 const struct supported_auth_algo *algo; parse_sa_tokens() local
586 const struct supported_aead_algo *algo; parse_sa_tokens() local
[all...]
/dpdk/examples/fips_validation/
H A Dfips_validation_sha.c33 enum rte_crypto_auth_algorithm algo; member
49 parse_test_sha_hash_size(enum rte_crypto_auth_algorithm algo) in parse_test_sha_hash_size()
124 enum rte_crypto_auth_algorithm algo; member
H A Dfips_validation_hmac.c33 enum rte_crypto_auth_algorithm algo; member
H A Dfips_validation_cmac.c49 enum fips_test_algorithms algo; member
H A Dfips_dev_self_test.c36 enum rte_crypto_cipher_algorithm algo; member
40 enum rte_crypto_aead_algorithm algo; member
48 enum rte_crypto_auth_algorithm algo; member
H A Dfips_validation_aes.c62 enum rte_crypto_cipher_algorithm algo; member
H A Dfips_validation.h187 enum rte_crypto_auth_algorithm algo; global() member
207 enum rte_crypto_auth_algorithm algo; global() member
272 enum fips_test_algorithms algo; global() member
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_session.h34 enum rte_crypto_cipher_algorithm algo; member
50 enum rte_crypto_auth_algorithm algo; member
69 enum rte_crypto_aead_algorithm algo; member
/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_hw_gen4_comp.h13 icp_qat_hw_comp_20_hw_comp_format_t algo; member
141 icp_qat_hw_decomp_20_hw_comp_format_t algo; member
H A Dicp_qat_hw.h128 #define ICP_QAT_HW_AUTH_CONFIG_BUILD(mode, algo, cmp_len) \ argument
303 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument
456 enum icp_qat_hw_cipher_algo algo; member
590 dir, delayed, algo, depth, filetype) \ argument
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen1.c105 unsigned int algo, comp_level, direction; in qat_comp_set_slice_cfg_word_gen1() local
/dpdk/app/test/
H A Dtest_ipsec_perf.c91 enum rte_crypto_cipher_algorithm algo; member
99 enum rte_crypto_auth_algorithm algo; member
107 enum rte_crypto_aead_algorithm algo; member
/dpdk/lib/vhost/
H A Dvirtio_crypto.h33 uint32_t algo; member
55 uint32_t algo; member
92 uint32_t algo; member
120 uint32_t algo; member
138 uint32_t algo; member
243 uint32_t algo; member
H A Dvhost_crypto.c59 enum rte_crypto_cipher_algorithm *algo) in cipher_algo_transform()
108 enum rte_crypto_auth_algorithm *algo) in auth_algo_transform()
161 static int get_iv_len(enum rte_crypto_cipher_algorithm algo) in get_iv_len()
/dpdk/drivers/compress/nitrox/
H A Dnitrox_comp_reqmgr.h37 enum nitrox_comp_algo algo; member
/dpdk/lib/cryptodev/
H A Drte_cryptodev.h112 enum rte_crypto_auth_algorithm algo; global() member
127 enum rte_crypto_cipher_algorithm algo; global() member
144 enum rte_crypto_aead_algorithm algo; global() member
222 } algo; global() member
H A Drte_crypto_sym.h207 enum rte_crypto_cipher_algorithm algo; global() member
407 enum rte_crypto_auth_algorithm algo; global() member
502 enum rte_crypto_aead_algorithm algo; global() member
/dpdk/lib/compressdev/
H A Drte_compressdev.h40 enum rte_comp_algorithm algo; global() member
H A Drte_comp.h286 enum rte_comp_algorithm algo; member
313 enum rte_comp_algorithm algo; member
H A Drte_compressdev.c33 enum rte_comp_algorithm algo) in rte_compressdev_capability_get()
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c603 const EVP_CIPHER *algo; in generate_cmac_subkeys() local
1394 const EVP_MD **algo) in algo_select()
1430 const EVP_MD *algo, in process_cpu_auth_hmac()
1460 const EVP_MD *algo = NULL; in cpu_crypto_auth() local
H A Dccp_crypto.h259 enum ccp_cipher_algo algo; member
283 enum ccp_hash_algo algo; member
/dpdk/examples/l2fwd-crypto/
H A Dmain.c1075 parse_cipher_algo(enum rte_crypto_cipher_algorithm *algo, char *optarg) in parse_cipher_algo()
1149 parse_auth_algo(enum rte_crypto_auth_algorithm *algo, char *optarg) in parse_auth_algo()
1176 parse_aead_algo(enum rte_crypto_aead_algorithm *algo, char *optarg) in parse_aead_algo()

12