Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dnhpoly1305.c106 __le64 tmp_hash[NH_NUM_PASSES]; in nhpoly1305_units() local
112 nh_fn(&key->nh_key[pos / 4], src, bytes, tmp_hash); in nhpoly1305_units()
115 le64_to_cpu(tmp_hash[i])); in nhpoly1305_units()
/linux-6.1.9/net/sched/
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-6.1.9/fs/ecryptfs/
Dkeystore.c603 char tmp_hash[ECRYPTFS_TAG_70_DIGEST_SIZE]; member
777 s->tmp_hash); in ecryptfs_write_tag_70_packet()
784 memcpy(s->hash, s->tmp_hash, in ecryptfs_write_tag_70_packet()