Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/arch/x86/include/asm/
Darchrandom.h110 static inline bool arch_get_random_seed_long(unsigned long *v) in arch_get_random_seed_long() function
/Linux-v4.19/include/linux/
Drandom.h180 static inline bool arch_get_random_seed_long(unsigned long *v) in arch_get_random_seed_long() function
/Linux-v4.19/drivers/char/
Drandom.c802 if (!arch_get_random_seed_long(&rv) && in crng_initialize()
945 if (!arch_get_random_seed_long(&rv) && in crng_reseed()
1285 if (arch_get_random_seed_long(&seed)) { in add_interrupt_randomness()
1796 if (!arch_get_random_seed_long(&rv) && in init_std_data()