HomeSort by relevance Sort by last modified time
    Searched refs:hash_coeffs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c 434 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];
  /external/openssl/crypto/
cryptlib.c 434 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 42 milliseconds