Lines Matching refs:srndpool
84 static uint32_t srndpool[RNDPOOLSIZE/4]; /* Pool of random bits */
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[0] will have a *fresh* random value each time.
891 ut = 700000 + (clock_t)(srndpool[0] & 0xFFFFF);