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

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

Completed in 57 milliseconds