Searched refs:prngForceReseed (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/include/
H A Dyarrow.h135 prngForceReseed(
156 YARROWAPI int prngForceReseed(LONGLONG ticks);
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.c122 * Called from init, prngForceReseed(), and prngOutput()
343 prngForceReseed(PRNG *p, LONGLONG ticks) function
447 prngForceReseed(p, ticks); /* Do a reseed */
575 return prngForceReseed(p, ticks);
/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c344 perr = prngForceReseed(gPrngRef, RESEED_TICKS);
506 if (prngForceReseed(gPrngRef, RESEED_TICKS) != 0) {

Completed in 63 milliseconds