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

/external/openssl/crypto/
H A Dcryptlib.c434 static const unsigned char hash_coeffs[] = { 3, 5, 7, 11, 13, 17, 19, 23 }; variable
451 * are a sequence of low-primes (hash_coeffs is an 8-element cycle) -
464 accum += *(src++) * hash_coeffs[(snum + dnum) & 7];

Completed in 677 milliseconds