Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libkern/
Dentpool.h47 #define ENTPOOL_SIZE 48 macro
55 #define ENTPOOL_SIZE 200 macro
63 #define ENTPOOL_RATE (ENTPOOL_SIZE - ENTPOOL_CAPACITY)
67 uint8_t u8[ENTPOOL_SIZE];
68 ENTPOOL_WORD w[ENTPOOL_SIZE/sizeof(ENTPOOL_WORD)];
Dentpool.c700 uint8_t b[ENTPOOL_SIZE]; in compute()
701 ENTPOOL_WORD w[ENTPOOL_SIZE/sizeof(ENTPOOL_WORD)]; in compute()
/netbsd/src/sys/kern/
Dkern_entropy.c2560 pstat->poolsize = ENTPOOL_SIZE/sizeof(uint32_t); /* words */ in entropy_ioctl()