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

/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c152 static Block g_xkey; variable
234 // add the seed to the previous value of g_xkey
235 add_blocks (g_xkey, xSeed, 0);
242 // g_xkey to little endian byte order. In our case, this makes exactly no difference
246 FIPS_SHA1Update(&sha1_ctx, g_xkey, kBlockSize);
281 // fix up the next value of g_xkey
282 add_blocks (g_xkey, b, 1);
361 memset(&g_xkey, 0, sizeof(g_xkey));

Completed in 13 milliseconds