POOLWORDS
#define POOLBYTES (POOLWORDS*4)
#define POOLMASK (POOLWORDS - 1)
static u_int32_t entropy_pool[POOLWORDS];
u_int32_t entropy_pool0[POOLWORDS] __attribute__((section(".openbsd.randomdata")));
static u_int32_t extract_pool[POOLWORDS];