Searched refs:rndtest_state (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/rndtest/ |
H A D | rndtest.c | 49 static void rndtest_test(struct rndtest_state *); 53 static int rndtest_monobit(struct rndtest_state *); 54 static int rndtest_runs(struct rndtest_state *); 55 static int rndtest_longruns(struct rndtest_state *); 56 static int rndtest_chi_4(struct rndtest_state *); 58 static int rndtest_runs_check(struct rndtest_state *, int, int *); 59 static void rndtest_runs_record(struct rndtest_state *, int, int *); 62 int (*test)(struct rndtest_state *); 84 struct rndtest_state * 87 struct rndtest_state *rsp; in rndtest_attach() [all …]
|
H A D | rndtest.h | 40 struct rndtest_state { struct 58 extern struct rndtest_state *rndtest_attach(device_t dev); argument 59 extern void rndtest_detach(struct rndtest_state *); 60 extern void rndtest_harvest(struct rndtest_state *arg, void * buf, u_int len);
|
/freebsd/sys/dev/safe/ |
H A D | safevar.h | 167 struct rndtest_state *sc_rndtest; /* RNG test state */ 168 void (*sc_harvest)(struct rndtest_state *,
|
H A D | safe.c | 212 default_harvest(struct rndtest_state *rsp, void *buf, u_int count) in default_harvest()
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751var.h | 174 struct rndtest_state *sc_rndtest; /* RNG test state */ 175 void (*sc_harvest)(struct rndtest_state *,
|
H A D | hifn7751.c | 262 default_harvest(struct rndtest_state *rsp, void *buf, u_int count) in default_harvest()
|