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

/illumos-gate/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);
377 pool = (uint8_t *)srndpool;
445 uint8_t *pool = (uint8_t *)srndpool;
474 uint8_t *pool = (uint8_t *)srndpool;
484 srndpool[i] ^= buffer[i];
624 bcopy(srndpool, ptr, RNDPOOLSIZE);
631 bcopy(srndpool, ptr, i);
692 block = oblock = srndpool[i] % entsrc->nblocks;
886 * srndpool[
[all...]

Completed in 60 milliseconds