| /dpdk/lib/hash/ |
| H A D | rte_cmp_x86.h | 19 rte_hash_k32_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k32_cmp_eq() 27 rte_hash_k48_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k48_cmp_eq() 37 rte_hash_k64_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k64_cmp_eq() 45 rte_hash_k80_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k80_cmp_eq() 53 rte_hash_k96_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k96_cmp_eq() 61 rte_hash_k112_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k112_cmp_eq() 71 rte_hash_k128_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k128_cmp_eq()
|
| H A D | rte_cmp_arm64.h | 28 rte_hash_k32_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k32_cmp_eq() 36 rte_hash_k48_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k48_cmp_eq() 46 rte_hash_k64_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k64_cmp_eq() 54 rte_hash_k80_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k80_cmp_eq() 62 rte_hash_k96_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k96_cmp_eq() 70 rte_hash_k112_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k112_cmp_eq() 80 rte_hash_k128_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k128_cmp_eq()
|
| H A D | rte_hash.h | 86 uint32_t key_len; /**< Length of hash key. */ member
|
| H A D | rte_thash.c | 85 uint32_t key_len; /** < Length of the NIC RSS hash key */ member 211 rte_thash_init_ctx(const char *name, uint32_t key_len, uint32_t reta_sz, in rte_thash_init_ctx()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_se.c | 42 cpt_ciph_aes_key_validate(uint16_t key_len) in cpt_ciph_aes_key_validate() 56 uint16_t key_len) in cpt_ciph_type_set() 125 cpt_ciph_aes_key_type_set(struct roc_se_context *fctx, uint16_t key_len) in cpt_ciph_aes_key_type_set() 148 cpt_pdcp_key_type_set(struct roc_se_zuc_snow3g_ctx *zs_ctx, uint16_t key_len) in cpt_pdcp_key_type_set() 205 cpt_pdcp_update_zuc_const(uint8_t *zuc_const, int key_len, int mac_len) in cpt_pdcp_update_zuc_const() 228 const uint8_t *key, uint16_t key_len, uint16_t mac_len) in roc_se_auth_key_set() 362 const uint8_t *key, uint16_t key_len, uint8_t *salt) in roc_se_ciph_key_set()
|
| H A D | roc_npc_mcam.c | 707 int key_len, bit = 0, index, rc = 0; in npc_program_mcam() local
|
| H A D | roc_se.h | 211 uint64_t key_len : 2; member
|
| /dpdk/app/test/ |
| H A D | test_thash.c | 384 int key_len = 40; in test_create_invalid() local 410 int key_len = 40; in test_multiple_create() local 442 const int key_len = 40; in test_add_invalid_helper() local 579 const int key_len = 40; in test_predictable_rss_min_seq() local 661 const int key_len = 40; in test_predictable_rss_multirange() local 734 const int key_len = 40; in test_adjust_tuple() local
|
| H A D | test_ipsec_perf.c | 94 uint16_t key_len; member 101 uint16_t key_len; member 111 uint16_t key_len; member
|
| H A D | test_hash_functions.c | 95 run_hash_func_perf_test(uint32_t key_len, uint32_t init_val, in run_hash_func_perf_test()
|
| H A D | test_hash.c | 95 __rte_unused uint32_t key_len, in pseudo_hash() 228 uint32_t key_len) in run_hash_func_test()
|
| H A D | test_ipsec.c | 129 uint16_t key_len; member 136 uint16_t key_len; member
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 2011 int qat_sym_validate_aes_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_aes_key() 2029 int qat_sym_validate_aes_docsisbpi_key(int key_len, in qat_sym_validate_aes_docsisbpi_key() 2045 int qat_sym_validate_snow3g_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_snow3g_key() 2057 int qat_sym_validate_kasumi_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_kasumi_key() 2069 int qat_sym_validate_des_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_des_key() 2081 int qat_sym_validate_3des_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_3des_key() 2095 int qat_sym_validate_zuc_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_zuc_key()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | sa.c | 43 uint16_t key_len; member 51 uint16_t key_len; member 61 uint16_t key_len; member 444 uint32_t key_len; in parse_sa_tokens() local 512 uint32_t key_len; in parse_sa_tokens() local 577 uint32_t key_len; in parse_sa_tokens() local
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 88 cpt_fc_ciph_validate_key_aes(uint16_t key_len) in cpt_fc_ciph_validate_key_aes() 101 cpt_fc_ciph_set_type(cipher_type_t type, struct cpt_ctx *ctx, uint16_t key_len) in cpt_fc_ciph_set_type() 168 cpt_fc_ciph_set_key_set_aes_key_type(mc_fc_context_t *fctx, uint16_t key_len) in cpt_fc_ciph_set_key_set_aes_key_type() 191 uint16_t key_len) in cpt_fc_ciph_set_key_snow3g_uea2() 204 uint16_t key_len) in cpt_fc_ciph_set_key_zuc_eea3() 216 uint16_t key_len) in cpt_fc_ciph_set_key_kasumi_f8_ecb() 227 uint16_t key_len) in cpt_fc_ciph_set_key_kasumi_f8_cbc() 237 const uint8_t *key, uint16_t key_len, uint8_t *salt) in cpt_fc_ciph_set_key() 480 uint16_t data_len, mac_len, key_len; in cpt_digest_gen_prep() local 2486 const uint8_t *key, uint16_t key_len, uint16_t mac_len) in cpt_fc_auth_set_key()
|
| /dpdk/lib/member/ |
| H A D | rte_member.h | 120 uint32_t key_len; /* Length of key. */ member 215 uint32_t key_len; member
|
| /dpdk/drivers/crypto/mlx5/ |
| H A D | mlx5_crypto_dek.c | 82 uint32_t key_len = dek->size_is_48 ? 48 : 80; in mlx5_crypto_dek_match_cb() local
|
| /dpdk/lib/ip_frag/ |
| H A D | ip_reassembly.h | 42 uint32_t key_len; /* src/dst key length */ member
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ipsec.h | 50 uint32_t key_len; member
|
| /dpdk/examples/fips_validation/ |
| H A D | fips_validation.h | 132 uint32_t key_len; member 150 uint32_t key_len; member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ipsec.h | 66 uint32_t key_len; member
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | bnxt_tf_pmd_shim.c | 52 uint32_t rss_level, key_len; in bnxt_rss_config_action_apply() local
|
| /dpdk/lib/efd/ |
| H A D | rte_efd.c | 232 uint32_t key_len; /**< Length of the key stored offline */ member 494 rte_efd_create(const char *name, uint32_t max_num_rules, uint32_t key_len, in rte_efd_create()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rss.c | 379 uint8_t key_len = rss_conf->rss_key_len; in hns3_dev_rss_hash_update() local
|
| /dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_flow.c | 55 uint8_t key_len; /**< Length in bit. */ member
|