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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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 93 milliseconds