Home
last modified time | relevance | path

Searched refs:srndpool (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/crypto/io/
H A Dswrand.c84 static uint32_t srndpool[RNDPOOLSIZE/4]; /* Pool of random bits */ variable
370 HashUpdate(&hashctx, (uint8_t *)srndpool, RNDPOOLSIZE); in swrand_get_entropy()
377 pool = (uint8_t *)srndpool; in swrand_get_entropy()
445 uint8_t *pool = (uint8_t *)srndpool; in swrand_add_bytes()
474 uint8_t *pool = (uint8_t *)srndpool; in swrand_mix_pool()
484 srndpool[i] ^= buffer[i]; in swrand_mix_pool()
624 bcopy(srndpool, ptr, RNDPOOLSIZE); in physmem_ent_init()
631 bcopy(srndpool, ptr, i); in physmem_ent_init()
692 block = oblock = srndpool[i] % entsrc->nblocks; in physmem_ent_gen()
891 ut = 700000 + (clock_t)(srndpool[0] & 0xFFFFF); in swrand_schedule_timeout()