Searched refs:BYTE (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/osfmk/prng/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 DmacOnly.h62 extern DWORD prng_slow_poll(BYTE* buf,UINT bufsize);
H A Dprngpriv.h75 BYTE IV[20];
76 BYTE out[20];
H A Dsmf.h80 #define MMPTR BYTE
H A Dprng.c129 prng_make_new_state(GEN_CTX *ctx,BYTE *newState)
155 BYTE* bigbuf = NULL;
157 BYTE* buf = NULL;
163 bigbuf = (BYTE*)mmGetPtr(mmbigbuf);
167 buf = (BYTE*)mmGetPtr(mmbuf);
312 prngOutput(PRNG *p, BYTE *outbuf,UINT outbuflen)
352 BYTE buf[64];
353 BYTE dig[20];
447 prngProcessSeedBuffer(PRNG *p, BYTE *buf,LONGLONG ticks)
465 prngStretch(BYTE *inbu
[all...]
H A Dcomp.c116 BYTE* buf;
121 buf = (BYTE*)mmGetPtr(ctx->buf);
/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/include/
H A Dyarrow.h118 BYTE *outbuf,
123 BYTE *inbuf,
125 BYTE *outbuf,
130 BYTE *inbuf,
145 BYTE *buf,
153 YARROWAPI int prngOutput(BYTE *outbuf,UINT outbuflen);
154 YARROWAPI int prngStretch(BYTE *inbuf,UINT inbuflen,BYTE *outbuf,UINT outbuflen);
155 YARROWAPI int prngInput(BYTE *inbuf,UINT inbuflen,UINT poolnum,UINT estbits);
158 YARROWAPI int prngProcessSeedBuffer(BYTE *bu
[all...]
H A DWindowsTypesForMac.h51 typedef u_int8_t BYTE; typedef
/xnu-2782.1.97/osfmk/prng/
H A Dprng_yarrow.c198 prngOutput (pp->PrngRef, (BYTE*) &xSeed, sizeof (xSeed));
317 perr = prngInput(yp->PrngRef, (BYTE*) entropy, (UINT) entropyLength,
325 perr = prngOutput(yp->PrngRef, (BYTE*) buffer, (UINT) sizeof(buffer));
383 (void) prngInput(yp->PrngRef, (BYTE*) entropy, (UINT) entropylen,

Completed in 34 milliseconds