Home
last modified time | relevance | path

Searched defs:key_len (Results 1 – 25 of 42) sorted by relevance

12

/f-stack/dpdk/lib/librte_hash/
H A Drte_cmp_x86.h19 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 Drte_cmp_arm64.h28 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 Drte_hash.h86 uint32_t key_len; /**< Length of hash key. */ member
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c2016 int qat_sym_validate_aes_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_aes_key()
2034 int qat_sym_validate_aes_docsisbpi_key(int key_len, in qat_sym_validate_aes_docsisbpi_key()
2050 int qat_sym_validate_snow3g_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_snow3g_key()
2062 int qat_sym_validate_kasumi_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_kasumi_key()
2074 int qat_sym_validate_des_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_des_key()
2086 int qat_sym_validate_3des_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_3des_key()
2100 int qat_sym_validate_zuc_key(int key_len, enum icp_qat_hw_cipher_algo *alg) in qat_sym_validate_zuc_key()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dsa.c42 uint16_t key_len; member
49 uint16_t key_len; member
59 uint16_t key_len; member
360 uint32_t key_len; in parse_sa_tokens() local
428 uint32_t key_len; in parse_sa_tokens() local
485 uint32_t key_len; in parse_sa_tokens() local
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dkeygen.c7 size_t key_len; member
/f-stack/dpdk/lib/librte_member/
H A Drte_member.h121 uint32_t key_len; /* Length of key. */ member
216 uint32_t key_len; member
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h88 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
2418 const uint8_t *key, uint16_t key_len, uint16_t mac_len) in cpt_fc_auth_set_key()
/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c82 uint16_t key_len; member
89 uint16_t key_len; member
99 uint16_t key_len; member
H A Dtest_hash_functions.c95 run_hash_func_perf_test(uint32_t key_len, uint32_t init_val, in run_hash_func_perf_test()
H A Dtest_hash.c91 __rte_unused uint32_t key_len, in pseudo_hash()
224 uint32_t key_len) in run_hash_func_test()
H A Dtest_ipsec.c119 uint16_t key_len; member
126 uint16_t key_len; member
/f-stack/app/redis-5.0.5/src/
H A Drax.h180 size_t key_len; /* Current key length. */ member
/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation.h132 uint32_t key_len; member
150 uint32_t key_len; member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rss.c135 uint32_t key_len) in otx2_nix_rss_set_key()
H A Dotx2_flow.c61 int key_len, bit = 0, index; in flow_program_npc() local
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.h66 uint32_t key_len; member
/f-stack/dpdk/lib/librte_ip_frag/
H A Drte_ip_frag.h55 uint32_t key_len; /**< src/dst key length */ member
/f-stack/dpdk/lib/librte_efd/
H A Drte_efd.c235 uint32_t key_len; /**< Length of the key stored offline */ member
497 rte_efd_create(const char *name, uint32_t max_num_rules, uint32_t key_len, in rte_efd_create()
/f-stack/freebsd/crypto/ccp/
H A Dccp.h83 unsigned key_len; member
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rss.c410 uint8_t key_len = rss_conf->rss_key_len; in hns3_dev_rss_hash_update() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c632 size_t len, key_len, val_len, allocated; in ngx_http_scgi_create_request() local
H A Dngx_http_uwsgi_module.c834 size_t key_len, val_len, len, allocated; in ngx_http_uwsgi_create_request() local
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.c55 uint8_t key_len; /**< Length in bit. */ member
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c2608 i40evf_set_rss_key(struct i40e_vsi *vsi, uint8_t *key, uint8_t key_len) in i40evf_set_rss_key()
2644 i40evf_get_rss_key(struct i40e_vsi *vsi, uint8_t *key, uint8_t *key_len) in i40evf_get_rss_key()

12