Searched refs:UINT (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.h58 YARROWAPI prng_error_status prngInputEntropy(PrngRef prng, BYTE *inbuf,UINT inbuflen,UINT poolnum);
69 YARROWAPI int prngInputEntropy(BYTE *inbuf,UINT inbuflen,UINT poolnum);
H A Dprngpriv.h77 UINT index; /* current byte to output */
78 UINT numout; /* bytes since last prng_make_new_state */
88 UINT poolSize[TOTAL_SOURCES]; /* Note that size is in bytes and est in bits */
89 UINT poolEstBits[TOTAL_SOURCES];
H A DmacOnly.h62 extern DWORD prng_slow_poll(BYTE* buf,UINT bufsize);
H A Dprng.c193 bubbleSort( UINT *data, LONG len )
196 UINT temp;
225 UINT i;
309 prngOutput(PRNG *p, BYTE *outbuf,UINT outbuflen)
311 UINT i;
455 prngStretch(BYTE *inbuf,UINT inbuflen,BYTE *outbuf,UINT outbuflen) {
490 prngInput(PRNG *p, BYTE *inbuf,UINT inbuflen,UINT poolnum, __unused UINT estbit
[all...]
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/include/
H A Dyarrow.h119 UINT outbuflen);
124 UINT inbuflen,
126 UINT outbuflen);
131 UINT inbuflen,
132 UINT poolnum,
133 UINT estbits);
150 UINT pollsize);
153 YARROWAPI int prngOutput(BYTE *outbuf,UINT outbuflen);
154 YARROWAPI int prngStretch(BYTE *inbuf,UINT inbuflen,BYTE *outbuf,UINT outbufle
[all...]
H A DWindowsTypesForMac.h58 typedef u_int32_t UINT; typedef

Completed in 18 milliseconds