Searched refs:temp_key (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/huawei/hinic/ | 
| D | hinic_port.c | 810 	struct hinic_rss_template_key temp_key = { 0 };  in hinic_rss_get_template_tbl()  local814 	u16 out_size = sizeof(temp_key);  in hinic_rss_get_template_tbl()
 823 	temp_key.func_id = HINIC_HWIF_FUNC_IDX(hwif);  in hinic_rss_get_template_tbl()
 824 	temp_key.template_id = tmpl_idx;  in hinic_rss_get_template_tbl()
 827 				 &temp_key, sizeof(temp_key),  in hinic_rss_get_template_tbl()
 828 				 &temp_key, &out_size);  in hinic_rss_get_template_tbl()
 829 	if (err || !out_size || temp_key.status) {  in hinic_rss_get_template_tbl()
 831 			err, temp_key.status, out_size);  in hinic_rss_get_template_tbl()
 835 	memcpy(temp, temp_key.key, HINIC_RSS_KEY_SIZE);  in hinic_rss_get_template_tbl()
 
 | 
| /Linux-v5.4/fs/cifs/ | 
| D | cifsencrypt.c | 270 	char temp_key[CIFS_SESS_KEY_SIZE];  in setup_ntlm_response()  local289 	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()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns/ | 
| D | hns_dsaf_main.c | 2761 	struct dsaf_drv_tbl_tcam_key temp_key, mask_key;  in set_promisc_tcam_enable()  local2814 	memset(&temp_key, 0x0, sizeof(temp_key));  in set_promisc_tcam_enable()
 2844 	memcpy(&temp_key, &mask_key, sizeof(mask_key));  in set_promisc_tcam_enable()
 2852 	soft_mac_entry->tcam_key.high.val = temp_key.high.val;  in set_promisc_tcam_enable()
 2853 	soft_mac_entry->tcam_key.low.val = temp_key.low.val;  in set_promisc_tcam_enable()
 
 |