Searched refs:PRNG_READY (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprngpriv.h69 PRNG_READY = 33, /* Compiler will initialize to either 0 or random if allowed to */ enumerator in enum:prng_ready_status
106 if(p->ready != PRNG_READY) {return PRNG_ERR_NOT_READY;} /* Set error state and return */
H A Dprng.c288 p->ready = PRNG_READY;

Completed in 19 milliseconds