Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Dkeyring.c161 static u64 mult_64x32_and_fold(u64 x, u32 y) in mult_64x32_and_fold() function
183 acc = mult_64x32_and_fold(type, desc_len + 13); in hash_key_type_and_desc()
184 acc = mult_64x32_and_fold(acc, 9207); in hash_key_type_and_desc()
195 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc()
196 acc = mult_64x32_and_fold(acc, 9207); in hash_key_type_and_desc()