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

/linux-master/crypto/
H A Dnhpoly1305.c106 __le64 tmp_hash[NH_NUM_PASSES]; local
112 nh_fn(&key->nh_key[pos / 4], src, bytes, tmp_hash);
115 le64_to_cpu(tmp_hash[i]));
/linux-master/net/sched/
H A Dsch_hhf.c250 u32 tmp_hash, hash; local
278 tmp_hash = hash;
282 filter_pos[i] = tmp_hash & HHF_BIT_MASK;
284 tmp_hash >>= HHF_BIT_MASK_LEN;
287 filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash;
/linux-master/fs/ecryptfs/
H A Dkeystore.c603 char tmp_hash[ECRYPTFS_TAG_70_DIGEST_SIZE]; member in struct:ecryptfs_write_tag_70_packet_silly_stack
777 s->tmp_hash);
784 memcpy(s->hash, s->tmp_hash,

Completed in 174 milliseconds