Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
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-v6.1/arch/m68k/include/asm/
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-v6.1/arch/mips/include/asm/
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-v6.1/arch/riscv/include/asm/
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-v6.1/include/linux/
Dtimex.h69 #ifndef random_get_entropy
83 #define random_get_entropy() ((unsigned long)get_cycles()) macro
85 #define random_get_entropy() random_get_entropy_fallback() macro
/Linux-v6.1/drivers/char/
Drandom.c615 block.rdseed[i++] = random_get_entropy(); in extract_entropy()
754 unsigned long flags, entropy = random_get_entropy(); in random_pm_notification()
826 unsigned long entropy = random_get_entropy(); in random_init()
861 unsigned long entropy = random_get_entropy(); in add_device_randomness()
1033 unsigned long entropy = random_get_entropy(); in add_interrupt_randomness()
1071 unsigned long entropy = random_get_entropy(), now = jiffies, flags; in add_timer_randomness()
1214 unsigned long last = random_get_entropy(); in try_to_generate_entropy()
1217 stack.entropy = random_get_entropy(); in try_to_generate_entropy()
1233 stack.entropy = random_get_entropy(); in try_to_generate_entropy()
/Linux-v6.1/arch/nios2/include/asm/
Dtimex.h13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/Linux-v6.1/arch/arm/include/asm/
Dtimex.h14 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/Linux-v6.1/crypto/
Djitterentropy-kcapi.c85 tmp = random_get_entropy(); in jent_get_nstime()
/Linux-v6.1/arch/mips/kernel/
Drelocate.c217 unsigned long entropy = random_get_entropy(); in get_random_boot()