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

/freebsd-10.0-release/sys/dev/random/
H A Dyarrow.c330 static uint8_t genval[KEYSIZE]; local
351 randomdev_encrypt(&random_state.key, random_state.counter.byte, genval, BLOCKSIZE);
353 memcpy((char *)buf + i, genval, tomove);
365 randomdev_encrypt(&random_state.key, random_state.counter.byte, genval, BLOCKSIZE);
366 memcpy(buf, genval, (size_t)count);
376 memcpy(buf, &genval[BLOCKSIZE - cur], (size_t)retval);

Completed in 66 milliseconds