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

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

Completed in 53 milliseconds