Searched refs:tmp_hash (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | nhpoly1305.c | 106 __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()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | nhpoly1305.c | 106 __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()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_hhf.c | 250 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()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_hhf.c | 250 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()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | keystore.c | 602 char tmp_hash[ECRYPTFS_TAG_70_DIGEST_SIZE]; member 776 s->tmp_hash); in ecryptfs_write_tag_70_packet() 783 memcpy(s->hash, s->tmp_hash, in ecryptfs_write_tag_70_packet()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | keystore.c | 603 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()
|
Completed in 10 milliseconds