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

/macosx-10.10.1/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dsha1mod.h66 __private_extern__ void YSHA1Init(YSHA1_CTX* context);
H A Dprng.c114 YSHA1Init(&sha);
134 YSHA1Init(&sha);
176 YSHA1Init(&p->pool);
179 YSHA1Init(ctx);
275 YSHA1Init(&p->pool);
427 YSHA1Init(&p->pool);
480 YSHA1Init(&ctx);
H A Dsha1mod.c124 /* YSHA1Init - Initialize new context */
127 YSHA1Init(YSHA1_CTX* context) function
222 YSHA1Init(&context);

Completed in 116 milliseconds