Home
last modified time | relevance | path

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

/linux/lib/
A Drandom32.c334 struct siprand_state { struct
341 static DEFINE_PER_CPU(struct siprand_state, net_rand_state) __latent_entropy; argument
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()
403 struct siprand_state *state = get_cpu_ptr(&net_rand_state); in prandom_bytes()
440 struct siprand_state *state = per_cpu_ptr(&net_rand_state, i); in prandom_seed()
476 struct siprand_state *state; in prandom_init_early()
509 struct siprand_state *state; in prandom_reseed()

Completed in 4 milliseconds