Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtimex.h8 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
15 #define random_get_entropy random_get_entropy macro
/linux/arch/m68k/include/asm/
H A Dtimex.h34 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
40 #define random_get_entropy random_get_entropy macro
/linux/arch/mips/include/asm/
H A Dtimex.h85 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
98 #define random_get_entropy random_get_entropy macro
/linux/arch/riscv/include/asm/
H A Dtimex.h41 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
47 #define random_get_entropy() random_get_entropy() macro
/linux/drivers/char/
H A Drandom.c693 block.rdseed[i++] = random_get_entropy(); in extract_entropy()
836 unsigned long flags, entropy = random_get_entropy(); in random_pm_notification()
908 unsigned long entropy = random_get_entropy(); in random_init()
943 unsigned long entropy = random_get_entropy(); in add_device_randomness()
1115 unsigned long entropy = random_get_entropy(); in add_interrupt_randomness()
1153 unsigned long entropy = random_get_entropy(), now = jiffies, flags; in add_timer_randomness()
1279 unsigned long entropy = random_get_entropy(); in entropy_timer()
1296 unsigned long last = random_get_entropy(); in try_to_generate_entropy()
1300 stack->entropy = random_get_entropy(); in try_to_generate_entropy()
1351 stack->entropy = random_get_entropy(); in try_to_generate_entropy()
/linux/arch/nios2/include/asm/
H A Dtimex.h13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/linux/arch/arm/include/asm/
H A Dtimex.h14 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/linux/crypto/
H A Djitterentropy-kcapi.c90 tmp = random_get_entropy(); in jent_get_nstime()
/linux/arch/loongarch/kernel/
H A Drelocate.c111 unsigned long entropy = random_get_entropy(); in get_random_boot()