Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Darchrandom.h46 static inline bool arch_get_random_seed_long(unsigned long *v) in arch_get_random_seed_long() function
/Linux-v5.4/arch/powerpc/include/asm/
Darchrandom.h19 static inline int arch_get_random_seed_long(unsigned long *v) in arch_get_random_seed_long() function
/Linux-v5.4/arch/x86/include/asm/
Darchrandom.h97 static inline bool arch_get_random_seed_long(unsigned long *v) in arch_get_random_seed_long() function
/Linux-v5.4/include/linux/
Drandom.h182 static inline bool arch_get_random_seed_long(unsigned long *v) in arch_get_random_seed_long() function
/Linux-v5.4/drivers/char/
Drandom.c876 if (!arch_get_random_seed_long(&rv) && in crng_initialize()
1021 if (!arch_get_random_seed_long(&rv) && in crng_reseed()
1361 if (arch_get_random_seed_long(&seed)) { in add_interrupt_randomness()
1937 if (!arch_get_random_seed_long(&rv) && in init_std_data()