Searched defs:got (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | entropy.c | 158 unsigned int got; local 163 got = 0; 166 got = get_from_filesource(source, remaining); 168 added += got; 170 remaining -= ISC_MIN(remaining, got); 194 unsigned int got; local 196 got = 0; 199 got = get_from_callback(source, remaining, blocking); 201 added += got; 202 remaining -= ISC_MIN(remaining, got); [all...] |
/bind-9.11.3/lib/isc/unix/ |
H A D | entropy.c | 318 unsigned int got; local 323 got = 0; 327 got = get_from_filesource(source, remaining); 331 got = get_from_usocketsource(source, remaining); 335 added += got; 337 remaining -= ISC_MIN(remaining, got); 359 unsigned int got; local 361 got = 0; 364 got = get_from_callback(source, remaining, blocking); 366 added += got; [all...] |
/bind-9.11.3/lib/isc/ |
H A D | entropy.c | 429 * If any delta is 0, we got no entropy. If all are non-zero, we 436 * We could find the smallest delta and claim we got log2(delta) 489 unsigned int got; local 510 got = crunchsamples(ent, &cbs->samplequeue); 511 added += got; 512 desired -= ISC_MIN(got, desired); 587 * Verify that we got enough entropy to do one
|
Completed in 15 milliseconds