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

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprngpriv.h84 GEN_CTX outstate; member in struct:PRNG
119 #define GENCHECK(p) if(p->outstate.index>20) {return PRNG_ERR_OUT_OF_BOUNDS;} /* index is unsigned */
H A Dprng.c179 prng_make_new_state(&p->outstate, buf);
277 prng_do_SHA1(&p->outstate);
278 prng_make_new_state(&p->outstate, p->outstate.out);
312 GEN_CTX *ctx = &p->outstate;
418 prng_make_new_state(&p->outstate,dig);
445 prng_do_SHA1(&p->outstate); /* Output 20 more bytes and */
446 YSHA1Update(&p->pool,p->outstate.out,20);/* add it to the pool as well. */

Completed in 19 milliseconds