Searched refs:temp_key (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_niccfg.c | 912 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 …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_efd_perf.c | 89 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() local 94 memcpy(temp_key, keys[i], hashtest_key_lens[params->cycle]); in shuffle_input_keys() 100 memcpy(keys[swap_idx], temp_key, hashtest_key_lens[params->cycle]); in shuffle_input_keys()
|
| H A D | test_hash_perf.c | 130 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() local 143 memcpy(temp_key, keys[i], hashtest_key_lens[table_index]); in shuffle_input_keys() 151 memcpy(keys[swap_idx], temp_key, hashtest_key_lens[table_index]); in shuffle_input_keys()
|
| H A D | test_member_perf.c | 88 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() local 92 memcpy(temp_key, keys[i], hashtest_key_lens[params->cycle]); in shuffle_input_keys() 95 memcpy(keys[swap_idx], temp_key, in shuffle_input_keys()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 1526 uint32_t *temp_key = NULL; in qat_sym_session_aead_create_cd_cipher() local 1621 temp_key = (uint32_t *)(cdesc->cd_cur_ptr + in qat_sym_session_aead_create_cd_cipher() 1625 memcpy(temp_key, cipherkey, cipherkeylen); in qat_sym_session_aead_create_cd_cipher() 1630 temp_key[wordIndex] ^= KASUMI_F8_KEY_MODIFIER_4_BYTES; in qat_sym_session_aead_create_cd_cipher()
|