Searched refs:temp_key (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_port.c | 814 struct hinic_rss_template_key temp_key = { 0 }; in hinic_rss_get_template_tbl() local 816 u16 out_size = sizeof(temp_key); in hinic_rss_get_template_tbl() 827 temp_key.func_id = HINIC_HWIF_FUNC_IDX(hwif); in hinic_rss_get_template_tbl() 828 temp_key.template_id = tmpl_idx; in hinic_rss_get_template_tbl() 831 &temp_key, sizeof(temp_key), in hinic_rss_get_template_tbl() 832 &temp_key, &out_size); in hinic_rss_get_template_tbl() 833 if (err || !out_size || temp_key.status) { in hinic_rss_get_template_tbl() 835 err, temp_key.status, out_size); in hinic_rss_get_template_tbl() 839 memcpy(temp, temp_key.key, HINIC_RSS_KEY_SIZE); in hinic_rss_get_template_tbl()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifsencrypt.c | 270 char temp_key[CIFS_SESS_KEY_SIZE]; in setup_ntlm_response() local 289 rc = E_md4hash(ses->password, temp_key, nls_cp); in setup_ntlm_response() 296 rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE); in setup_ntlm_response()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_main.c | 2769 struct dsaf_drv_tbl_tcam_key temp_key, mask_key; in set_promisc_tcam_enable() local 2822 memset(&temp_key, 0x0, sizeof(temp_key)); in set_promisc_tcam_enable() 2852 memcpy(&temp_key, &mask_key, sizeof(mask_key)); in set_promisc_tcam_enable() 2860 soft_mac_entry->tcam_key.high.val = temp_key.high.val; in set_promisc_tcam_enable() 2861 soft_mac_entry->tcam_key.low.val = temp_key.low.val; in set_promisc_tcam_enable()
|