Home
last modified time | relevance | path

Searched refs:temp_key (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.c912 struct hinic_rss_template_key temp_key; in hinic_rss_set_template_tbl() local
913 u16 out_size = sizeof(temp_key); in hinic_rss_set_template_tbl()
921 memset(&temp_key, 0, sizeof(temp_key)); in hinic_rss_set_template_tbl()
924 temp_key.template_id = (u8)tmpl_idx; in hinic_rss_set_template_tbl()
928 &temp_key, sizeof(temp_key), in hinic_rss_set_template_tbl()
929 &temp_key, &out_size); in hinic_rss_set_template_tbl()
943 u16 out_size = sizeof(temp_key); in hinic_rss_get_template_tbl()
951 memset(&temp_key, 0, sizeof(temp_key)); in hinic_rss_get_template_tbl()
954 temp_key.template_id = (u8)tmpl_idx; in hinic_rss_get_template_tbl()
957 &temp_key, sizeof(temp_key), in hinic_rss_get_template_tbl()
[all …]
/dpdk/app/test/
H A Dtest_efd_perf.c99 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() local
104 memcpy(temp_key, keys[i], hashtest_key_lens[params->cycle]); in shuffle_input_keys()
110 memcpy(keys[swap_idx], temp_key, hashtest_key_lens[params->cycle]); in shuffle_input_keys()
H A Dtest_hash_perf.c125 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() local
138 memcpy(temp_key, keys[i], hashtest_key_lens[table_index]); in shuffle_input_keys()
146 memcpy(keys[swap_idx], temp_key, hashtest_key_lens[table_index]); in shuffle_input_keys()
H A Dtest_member_perf.c99 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() local
103 memcpy(temp_key, keys[i], hashtest_key_lens[params->cycle]); in shuffle_input_keys()
106 memcpy(keys[swap_idx], temp_key, in shuffle_input_keys()
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1497 uint32_t *temp_key = NULL; in qat_sym_cd_cipher_set() local
1591 temp_key = (uint32_t *)(cdesc->cd_cur_ptr + in qat_sym_cd_cipher_set()
1595 memcpy(temp_key, cipherkey, cipherkeylen); in qat_sym_cd_cipher_set()
1600 temp_key[wordIndex] ^= KASUMI_F8_KEY_MODIFIER_4_BYTES; in qat_sym_cd_cipher_set()