Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/
Drnd.c280 #define POOLBITS (POOLWORDS*32) macro
742 if (random_state.entropy_count > POOLBITS) in dequeue_randomness()
743 random_state.entropy_count = POOLBITS; in dequeue_randomness()
1101 if ((random_state.entropy_count += cnt) > POOLBITS) in randomioctl()
1102 random_state.entropy_count = POOLBITS; in randomioctl()