Searched refs:trashMemory (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/include/
H A DyarrowUtils.h56 void trashMemory(void* mem, int len);
/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A DyarrowUtils.c48 trashMemory(void* mem, int len) function
H A Dprng.c428 trashMemory(dig,20*sizeof(char));
429 trashMemory(buf,64*sizeof(char));
479 trashMemory(dig,20*sizeof(BYTE));
597 trashMemory(buf,pollsize);
H A Dcomp.c172 trashMemory(outbuf, OUTBUFSIZE);

Completed in 26 milliseconds