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

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

Completed in 34 milliseconds