Home
last modified time | relevance | path

Searched refs:siprand_state (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Drandom32.c334 struct siprand_state { struct
341 static DEFINE_PER_CPU(struct siprand_state, net_rand_state) __latent_entropy;
364 static inline u32 siprand_u32(struct siprand_state *s) in siprand_u32()
387 struct siprand_state *state = get_cpu_ptr(&net_rand_state); in prandom_u32()
402 struct siprand_state *state = get_cpu_ptr(&net_rand_state); in prandom_bytes()
439 struct siprand_state *state = per_cpu_ptr(&net_rand_state, i); in prandom_seed()
475 struct siprand_state *state; in prandom_init_early()
508 struct siprand_state *state; in prandom_reseed()

Completed in 3 milliseconds