Home
last modified time | relevance | path

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

/external/openssl/crypto/
Dcryptlib.c430 static const unsigned char hash_coeffs[] = { 3, 5, 7, 11, 13, 17, 19, 23 }; variable
460 accum += *(src++) * hash_coeffs[(snum + dnum) & 7]; in CRYPTO_THREADID_set_pointer()