Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/
H A Dkeyring.c153 static u64 mult_64x32_and_fold(u64 x, u32 y) in mult_64x32_and_fold() function
174 acc = mult_64x32_and_fold(type, desc_len + 13); in hash_key_type_and_desc()
175 acc = mult_64x32_and_fold(acc, 9207); in hash_key_type_and_desc()
177 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc()
178 acc = mult_64x32_and_fold(acc, 9207); in hash_key_type_and_desc()
190 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc()
191 acc = mult_64x32_and_fold(acc, 9207); in hash_key_type_and_desc()