/dpdk/drivers/crypto/qat/dev/ |
H A D | qat_crypto_pmd_gen5.c | 133 enum rte_crypto_cipher_algorithm algo) in check_cipher_capa() 146 enum rte_crypto_auth_algorithm algo) in check_auth_capa()
|
H A D | qat_crypto_pmd_gen3.c | 171 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 D | sa.c | 41 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 D | fips_validation_sha.c | 33 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 D | fips_validation_hmac.c | 33 enum rte_crypto_auth_algorithm algo; member
|
H A D | fips_validation_cmac.c | 49 enum fips_test_algorithms algo; member
|
H A D | fips_dev_self_test.c | 36 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 D | fips_validation_aes.c | 62 enum rte_crypto_cipher_algorithm algo; member
|
H A D | fips_validation.h | 187 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 D | bcmfs_sym_session.h | 34 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 D | icp_qat_hw_gen4_comp.h | 13 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 D | icp_qat_hw.h | 128 #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 D | qat_comp_pmd_gen1.c | 105 unsigned int algo, comp_level, direction; in qat_comp_set_slice_cfg_word_gen1() local
|
/dpdk/app/test/ |
H A D | test_ipsec_perf.c | 91 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 D | virtio_crypto.h | 33 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 D | vhost_crypto.c | 59 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 D | nitrox_comp_reqmgr.h | 37 enum nitrox_comp_algo algo; member
|
/dpdk/lib/cryptodev/ |
H A D | rte_cryptodev.h | 112 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 D | rte_crypto_sym.h | 207 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 D | rte_compressdev.h | 40 enum rte_comp_algorithm algo; global() member
|
H A D | rte_comp.h | 286 enum rte_comp_algorithm algo; member 313 enum rte_comp_algorithm algo; member
|
H A D | rte_compressdev.c | 33 enum rte_comp_algorithm algo) in rte_compressdev_capability_get()
|
/dpdk/drivers/crypto/ccp/ |
H A D | ccp_crypto.c | 603 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 D | ccp_crypto.h | 259 enum ccp_cipher_algo algo; member 283 enum ccp_hash_algo algo; member
|
/dpdk/examples/l2fwd-crypto/ |
H A D | main.c | 1075 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()
|