Entropy Pool
struct entropy_pool { uint8_t buffer[ENTROPY_POOL_SIZE]; uint64_t write_pos; uint64_t entropy_bits; struct spinlock lock;};struct entropy_pool referenced types:
Defines
Section titled “Defines”#define ENTROPY_POOL_SIZE 64 // 512 bits#define ENTROPY_MAX_BITS (ENTROPY_POOL_SIZE * 8)