Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
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-6.3-rc2/arch/m68k/include/asm/
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-6.3-rc2/arch/mips/include/asm/
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-6.3-rc2/arch/riscv/include/asm/
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-6.3-rc2/include/linux/
A 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.3-rc2/drivers/char/
A Drandom.c672 block.rdseed[i++] = random_get_entropy(); in extract_entropy()
812 unsigned long flags, entropy = random_get_entropy(); in random_pm_notification()
884 unsigned long entropy = random_get_entropy(); in random_init()
919 unsigned long entropy = random_get_entropy(); in add_device_randomness()
1091 unsigned long entropy = random_get_entropy(); in add_interrupt_randomness()
1129 unsigned long entropy = random_get_entropy(), now = jiffies, flags; in add_timer_randomness()
1255 unsigned long entropy = random_get_entropy(); in entropy_timer()
1272 unsigned long last = random_get_entropy(); in try_to_generate_entropy()
1276 stack->entropy = random_get_entropy(); in try_to_generate_entropy()
1327 stack->entropy = random_get_entropy(); in try_to_generate_entropy()
/linux-6.3-rc2/arch/nios2/include/asm/
A Dtimex.h13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dtimex.h14 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/linux-6.3-rc2/crypto/
A Djitterentropy-kcapi.c85 tmp = random_get_entropy(); in jent_get_nstime()
/linux-6.3-rc2/arch/loongarch/kernel/
A Drelocate.c94 unsigned long entropy = random_get_entropy(); in get_random_boot()
/linux-6.3-rc2/arch/mips/kernel/
A Drelocate.c217 unsigned long entropy = random_get_entropy(); in get_random_boot()

Completed in 16 milliseconds