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

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.c151 MMPTR mmctx = MM_NULL; local
166 mmctx = mmMalloc(sizeof(YSHA1_CTX));
167 if(mmctx == MM_NULL) {goto cleanup_slow_init;}
168 ctx = (YSHA1_CTX*)mmGetPtr(mmctx);
182 mmFree(mmctx);

Completed in 68 milliseconds