Home
last modified time | relevance | path

Searched refs:rndtest_state (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/rndtest/
H A Drndtest.c49 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 Drndtest.h40 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 Dsafevar.h167 struct rndtest_state *sc_rndtest; /* RNG test state */
168 void (*sc_harvest)(struct rndtest_state *,
H A Dsafe.c212 default_harvest(struct rndtest_state *rsp, void *buf, u_int count) in default_harvest()
/freebsd/sys/dev/hifn/
H A Dhifn7751var.h174 struct rndtest_state *sc_rndtest; /* RNG test state */
175 void (*sc_harvest)(struct rndtest_state *,
H A Dhifn7751.c262 default_harvest(struct rndtest_state *rsp, void *buf, u_int count) in default_harvest()