OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:krndsource
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/uvm/
uvm_rndsource.h
34
extern struct
krndsource
uvm_fault_rndsource;
uvm_init.c
71
struct
krndsource
uvm_fault_rndsource;
/src/sys/sys/
rndsource.h
60
* struct
krndsource
68
struct
krndsource
{
struct
69
LIST_ENTRY(
krndsource
) list; /* the linked list */
80
void (*enable)(struct
krndsource
*, bool); /* unused */
85
typedef struct
krndsource
krndsource_t;
87
void rndsource_setcb(struct
krndsource
*, void (*)(size_t, void *), void *);
88
void rnd_attach_source(struct
krndsource
*, const char *, uint32_t,
90
void rnd_detach_source(struct
krndsource
*);
92
void _rnd_add_uint32(struct
krndsource
*, uint32_t); /* legacy */
93
void _rnd_add_uint64(struct
krndsource
*, uint64_t); /* legacy *
[
all
...]
/src/sys/dev/ic/
tpmvar.h
97
struct
krndsource
sc_rnd;
/src/sys/kern/
kern_entropy.c
194
LIST_HEAD(,
krndsource
) sources; /* list of entropy sources */
213
static struct
krndsource
seed_rndsource __read_mostly;
271
static void rnd_add_data_internal(struct
krndsource
*, const void *,
273
static void rnd_add_data_1(struct
krndsource
*, const void *, uint32_t,
275
static unsigned rndsource_entropybits(struct
krndsource
*);
277
static void rndsource_to_user(struct
krndsource
*, rndsource_t *);
278
static void rndsource_to_user_est(struct
krndsource
*, rndsource_est_t *);
344
struct
krndsource
*rs;
1776
rndsource_setcb(struct
krndsource
*rs, void (*get)(size_t, void *),
1791
rnd_attach_source(struct
krndsource
*rs, const char *name, uint32_t type
[
all
...]
kern_clock.c
145
struct
krndsource
source;
/src/sys/arch/x86/x86/
cpu_rng.c
82
static struct
krndsource
cpu_rng_source __read_mostly;
/src/sys/dev/acpi/
acpi_vmgenid.c
70
struct
krndsource
sc_rndsource;
/src/sys/arch/virt68k/virt68k/
bootinfo.c
419
static struct
krndsource
bootinfo_rndsource;
/src/sys/arch/arm/rockchip/
rk_v1crypto.c
59
struct
krndsource
sc_rndsource;
/src/sys/dev/fdt/
fdt_boot.c
108
static struct
krndsource
efirng_source;
/src/sys/arch/aarch64/aarch64/
cpu.c
611
static struct
krndsource
rndrrs_source;
/src/sys/arch/arm/sunxi/
sun8i_crypto.c
134
struct
krndsource
cr_rndsource;
Completed in 20 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025