Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_hhf.c249 u32 tmp_hash, hash; in hhf_classify() local
277 tmp_hash = hash; in hhf_classify()
281 filter_pos[i] = tmp_hash & HHF_BIT_MASK; in hhf_classify()
283 tmp_hash >>= HHF_BIT_MASK_LEN; in hhf_classify()
286 filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash; in hhf_classify()
/linux-4.4.14/fs/ecryptfs/
Dkeystore.c607 char tmp_hash[ECRYPTFS_TAG_70_DIGEST_SIZE]; member
800 rc = crypto_hash_final(&s->hash_desc, s->tmp_hash); in ecryptfs_write_tag_70_packet()
807 memcpy(s->hash, s->tmp_hash, in ecryptfs_write_tag_70_packet()