temp_key         2761 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	struct dsaf_drv_tbl_tcam_key temp_key, mask_key;
temp_key         2814 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	memset(&temp_key, 0x0, sizeof(temp_key));
temp_key         2844 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	memcpy(&temp_key, &mask_key, sizeof(mask_key));
temp_key         2852 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	soft_mac_entry->tcam_key.high.val = temp_key.high.val;
temp_key         2853 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	soft_mac_entry->tcam_key.low.val = temp_key.low.val;
temp_key          810 drivers/net/ethernet/huawei/hinic/hinic_port.c 	struct hinic_rss_template_key temp_key = { 0 };
temp_key          814 drivers/net/ethernet/huawei/hinic/hinic_port.c 	u16 out_size = sizeof(temp_key);
temp_key          823 drivers/net/ethernet/huawei/hinic/hinic_port.c 	temp_key.func_id = HINIC_HWIF_FUNC_IDX(hwif);
temp_key          824 drivers/net/ethernet/huawei/hinic/hinic_port.c 	temp_key.template_id = tmpl_idx;
temp_key          827 drivers/net/ethernet/huawei/hinic/hinic_port.c 				 &temp_key, sizeof(temp_key),
temp_key          828 drivers/net/ethernet/huawei/hinic/hinic_port.c 				 &temp_key, &out_size);
temp_key          829 drivers/net/ethernet/huawei/hinic/hinic_port.c 	if (err || !out_size || temp_key.status) {
temp_key          831 drivers/net/ethernet/huawei/hinic/hinic_port.c 			err, temp_key.status, out_size);
temp_key          835 drivers/net/ethernet/huawei/hinic/hinic_port.c 	memcpy(temp, temp_key.key, HINIC_RSS_KEY_SIZE);
temp_key          270 fs/cifs/cifsencrypt.c 	char temp_key[CIFS_SESS_KEY_SIZE];
temp_key          289 fs/cifs/cifsencrypt.c 	rc = E_md4hash(ses->password, temp_key, nls_cp);
temp_key          296 fs/cifs/cifsencrypt.c 	rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE);