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

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprngpriv.h32 Contains: Private typedefs and #defines for Counterpane Yarrow PRNG.
46 Completely private header for the Counterpane PRNG. Should only be included by prng.c
81 /* PRNG state structure */
82 struct PRNG { struct
100 typedef struct PRNG PRNG; typedef in typeref:struct:PRNG
H A Dprng.c32 Contains: Core routines for the Counterpane Yarrow PRNG.
46 Core routines for the Counterpane PRNG
147 prng_slow_init(PRNG *p)
221 /* Set up the PRNG */
229 PRNG *p;
246 mmp = mmMalloc(sizeof(PRNG));
253 p = (PRNG*)mmGetPtr(mmp);
254 memset(p, 0, sizeof(PRNG));
309 prngOutput(PRNG *p, BYTE *outbuf,UINT outbuflen)
340 /* Cause the PRNG t
[all...]
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/include/
H A Dyarrow.h106 struct PRNG;
107 typedef struct PRNG *PrngRef;

Completed in 68 milliseconds