Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/drivers/char/
Drandom.c653 block.rdseed[i++] = random_get_entropy(); in extract_entropy()
792 unsigned long flags, entropy = random_get_entropy(); in random_pm_notification()
864 unsigned long entropy = random_get_entropy(); in random_init()
899 unsigned long entropy = random_get_entropy(); in add_device_randomness()
1071 unsigned long entropy = random_get_entropy(); in add_interrupt_randomness()
1109 unsigned long entropy = random_get_entropy(), now = jiffies, flags; in add_timer_randomness()
1252 unsigned long last = random_get_entropy(); in try_to_generate_entropy()
1255 stack.entropy = random_get_entropy(); in try_to_generate_entropy()
1271 stack.entropy = random_get_entropy(); in try_to_generate_entropy()
/linux-6.1.9/arch/nios2/include/asm/
Dtimex.h13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/linux-6.1.9/arch/arm/include/asm/
Dtimex.h14 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/linux-6.1.9/crypto/
Djitterentropy-kcapi.c85 tmp = random_get_entropy(); in jent_get_nstime()
/linux-6.1.9/arch/mips/kernel/
Drelocate.c217 unsigned long entropy = random_get_entropy(); in get_random_boot()