tmp_hash          105 crypto/nhpoly1305.c 			__le64 tmp_hash[NH_NUM_PASSES];
tmp_hash          111 crypto/nhpoly1305.c 			nh_fn(&key->nh_key[pos / 4], src, bytes, tmp_hash);
tmp_hash          114 crypto/nhpoly1305.c 					     le64_to_cpu(tmp_hash[i]));
tmp_hash          602 fs/ecryptfs/keystore.c 	char tmp_hash[ECRYPTFS_TAG_70_DIGEST_SIZE];
tmp_hash          776 fs/ecryptfs/keystore.c 						s->tmp_hash);
tmp_hash          783 fs/ecryptfs/keystore.c 			memcpy(s->hash, s->tmp_hash,
tmp_hash          250 net/sched/sch_hhf.c 	u32 tmp_hash, hash;
tmp_hash          278 net/sched/sch_hhf.c 	tmp_hash = hash;
tmp_hash          282 net/sched/sch_hhf.c 		filter_pos[i] = tmp_hash & HHF_BIT_MASK;
tmp_hash          284 net/sched/sch_hhf.c 		tmp_hash >>= HHF_BIT_MASK_LEN;
tmp_hash          287 net/sched/sch_hhf.c 	filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash;