Searched defs:swrand_XKEY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c97 static uint32_t swrand_XKEY[6]; /* one extra word for getentropy */ variable
241 (void) swrand_get_entropy((uint8_t *)swrand_XKEY, HASHSIZE, B_TRUE);
242 bcopy(swrand_XKEY, previous_bytes, HASHSIZE);
385 fips_random_inner(swrand_XKEY, tempout, (uint32_t *)digest);

Completed in 67 milliseconds