Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/crypto/rndtest/
H A Drndtest.c49 static void rndtest_report(struct rndtest_state *, int, const char *, ...)
51 static void rndtest_test(struct rndtest_state *);
55 static int rndtest_monobit(struct rndtest_state *);
56 static int rndtest_runs(struct rndtest_state *);
57 static int rndtest_longruns(struct rndtest_state *);
58 static int rndtest_chi_4(struct rndtest_state *);
60 static int rndtest_runs_check(struct rndtest_state *, int, int *);
61 static void rndtest_runs_record(struct rndtest_state *, int, int *);
64 int (*test)(struct rndtest_state *);
87 struct rndtest_state *
[all …]
H A Drndtest.h41 struct rndtest_state { struct
59 extern struct rndtest_state *rndtest_attach(device_t dev); argument
60 extern void rndtest_detach(struct rndtest_state *);
61 extern void rndtest_harvest(struct rndtest_state *arg, void * buf, u_int len);
/dflybsd-src/sys/dev/crypto/safe/
H A Dsafevar.h182 struct rndtest_state *sc_rndtest; /* RNG test state */
183 void (*sc_harvest)(struct rndtest_state *,
H A Dsafe.c211 default_harvest(struct rndtest_state *rsp, void *buf, u_int count) in default_harvest()
/dflybsd-src/sys/dev/crypto/ubsec/
H A Dubsecvar.h204 struct rndtest_state *sc_rndtest; /* RNG test state */
205 void (*sc_harvest)(struct rndtest_state *,
H A Dubsec.c259 default_harvest(struct rndtest_state *rsp __unused, void *buf, u_int count) in default_harvest()
/dflybsd-src/sys/dev/crypto/hifn/
H A Dhifn7751var.h181 struct rndtest_state *sc_rndtest; /* RNG test state */
182 void (*sc_harvest)(struct rndtest_state *,
H A Dhifn7751.c256 default_harvest(struct rndtest_state *rsp, void *buf, u_int count) in default_harvest()