Searched refs:mtpz_hash_f (Results 1 - 1 of 1) sorted by relevance
/external/libmtp/src/ |
H A D | mtpz.c | 219 static unsigned int mtpz_hash_f(int s, unsigned int x, unsigned int y, unsigned int z); 513 T = (mtpz_hash_rotate_left(a, 5) + mtpz_hash_f(s, b, c, d) + e + K[s] + W[i]) & 0xFFFFFFFF; 528 unsigned int mtpz_hash_f(int s, unsigned int x, unsigned int y, unsigned int z) function
|
Completed in 43 milliseconds