Lines Matching defs:random
40 #include <dev/random/hash.h>
41 #include <dev/random/randomdev.h>
42 #include <dev/random/random_harvestq.h>
43 #include <dev/random/uint128.h>
44 #include <dev/random/yarrow.h>
61 #include <dev/random/hash.h>
62 #include <dev/random/randomdev.h>
63 #include <dev/random/uint128.h>
64 #include <dev/random/yarrow.h>
81 SDT_PROVIDER_DECLARE(random);
82 SDT_PROVIDER_DEFINE(random);
83 SDT_PROBE_DEFINE3(random, yarrow, event_processor, debug, "boolean", "u_int", "struct ys_pool *");
269 KASSERT(yarrow_state.ys_pool[RANDOM_YARROW_FAST].ysp_thresh > 0, ("random: Yarrow fast threshold = 0"));
270 KASSERT(yarrow_state.ys_pool[RANDOM_YARROW_SLOW].ysp_thresh > 0, ("random: Yarrow slow threshold = 0"));
273 SDT_PROBE3(random, yarrow, event_processor, debug, yarrow_state.ys_seeded, yarrow_state.ys_slowoverthresh, yarrow_state.ys_pool);
333 printf("random: entropy seed file '%s' successfully written\n", seed_file);
458 char buf[8]; /* store random numbers */
467 char buf[8]; /* store random numbers */