Home | History | Annotate | Download | only in libkern

Lines Matching defs:entpool_enter_nostir

166  * entpool_enter_nostir(P, buf, len)
181 entpool_enter_nostir(struct entpool *P, const void *buf, size_t len)
214 * Stir the entropy pool after entpool_enter_nostir fails. If it
451 if (!entpool_enter_nostir(P, zero, RATE-2))
454 if (!entpool_enter_nostir(P, zero, 127))
456 if (!entpool_enter_nostir(P, zero, RATE-2 - 127 - 1))
468 if (!entpool_enter_nostir(P, zero, RATE-2))
472 if (!entpool_enter_nostir(P, zero, 127))
474 if (!entpool_enter_nostir(P, zero, RATE-2 - 127 - 1))
482 /* Test entpool_enter_nostir with empty buffer. */
485 if (!entpool_enter_nostir(P, sample, 1))
490 /* Test entpool_enter_nostir with partial buffer. */
499 if (entpool_enter_nostir(P, sample, 1))
504 /* Test entpool_enter_nostir with full buffer. */
508 if (!entpool_enter_nostir(P, zero, RATE-2))
512 if (!entpool_enter_nostir(P, zero, 127))
514 if (!entpool_enter_nostir(P, zero, RATE-2 - 127 - 1))
517 if (entpool_enter_nostir(P, sample, 1))
523 /* Test entpool_enter_nostir with full buffer after stir. */
527 if (!entpool_enter_nostir(P, zero, RATE-2))
531 if (!entpool_enter_nostir(P, zero, 127))
533 if (!entpool_enter_nostir(P, zero, RATE-2 - 127 - 1))
537 if (!entpool_enter_nostir(P, sample, 1))
558 if (!entpool_enter_nostir(P, zero, RATE-2))
562 if (!entpool_enter_nostir(P, zero, 127))
564 if (!entpool_enter_nostir(P, zero, RATE-2 - 127 - 1))