Searched refs:entpool (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/lib/libkern/ |
| D | entpool.h | 65 struct entpool { struct 74 void entpool_enter(struct entpool *, const void *, size_t); argument 75 bool entpool_enter_nostir(struct entpool *, const void *, size_t); 76 void entpool_stir(struct entpool *); 77 void entpool_extract(struct entpool *, void *, size_t);
|
| D | entpool.c | 104 stir(struct entpool *P) in stir() 131 entpool_enter(struct entpool *P, const void *buf, size_t len) in entpool_enter() 178 entpool_enter_nostir(struct entpool *P, const void *buf, size_t len) in entpool_enter_nostir() 215 entpool_stir(struct entpool *P) in entpool_stir() 236 entpool_extract(struct entpool *P, secret void *buf, size_t len) in entpool_extract() 415 struct entpool pool, *P = &pool; in entpool_selftest()
|
| D | Makefile.libkern | 101 SRCS+= entpool.c
|
| /netbsd/src/sys/kern/ |
| D | kern_entropy.c | 146 struct entpool *ec_pool; 183 struct entpool pool; /* global pool for extraction */ 1197 struct entpool pool; in entropy_do_consolidate() 1257 struct entpool *pool = vpool; in entropy_consolidate_xc()
|
| /netbsd/src/sys/arch/amd64/amd64/ |
| D | machdep.c | 1631 struct entpool pool; in init_slotspace()
|