HomeSort by: relevance | last modified time | path
    Searched defs:max_followup_iterations (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_uniform.c 30 const int max_followup_iterations = 10; local
76 for (j = 0; j < max_followup_iterations; j++) {
94 * If we get here, we've consumed 32 * max_followup_iterations + 32 bits

Completed in 15 milliseconds