Home
last modified time | relevance | path

Searched refs:random_entropy_source (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Drandom.h75 enum random_entropy_source { enum
114 void random_harvest_queue_(const void *, u_int, enum random_entropy_source);
116 void random_harvest_direct_(const void *, u_int, enum random_entropy_source);
119 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue()
127 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_fast()
135 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct()
147 void random_harvest_register_source(enum random_entropy_source);
148 void random_harvest_deregister_source(enum random_entropy_source);
/f-stack/lib/
H A Dff_compat.c308 enum random_entropy_source origin)