Home
last modified time | relevance | path

Searched refs:tmp_hash (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ti/icssm/
H A Dicssm_switchdev.c238 u8 hash, tmp_hash; in icssm_prueth_switchdev_obj_del() local
250 tmp_hash = icssm_emac_get_mc_hash(ha->addr, in icssm_prueth_switchdev_obj_del()
255 if (tmp_hash == hash) in icssm_prueth_switchdev_obj_del()
/linux/net/sched/
H A Dsch_hhf.c250 u32 tmp_hash, hash; in hhf_classify() local
278 tmp_hash = hash; in hhf_classify()
282 filter_pos[i] = tmp_hash & HHF_BIT_MASK; in hhf_classify()
284 tmp_hash >>= HHF_BIT_MASK_LEN; in hhf_classify()
287 filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash; in hhf_classify()
/linux/crypto/
H A Dadiantum.c263 __le64 tmp_hash[NH_NUM_PASSES]; in nhpoly1305_units() local
268 nh(&key->nh_key[pos / 4], data, bytes, tmp_hash); in nhpoly1305_units()
271 le64_to_cpu(tmp_hash[i])); in nhpoly1305_units()