Home
last modified time | relevance | path

Searched refs:random_get_entropy (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/linux/
H A Dtimex.h69 #ifndef random_get_entropy
71 * The random_get_entropy() function is used by the /dev/random driver
83 #define random_get_entropy() ((unsigned long)get_cycles()) macro
85 #define random_get_entropy() random_get_entropy_fallback() macro
/kernel/linux/linux-6.6/include/linux/
H A Dtimex.h69 #ifndef random_get_entropy
71 * The random_get_entropy() function is used by the /dev/random driver
83 #define random_get_entropy() ((unsigned long)get_cycles()) macro
85 #define random_get_entropy() random_get_entropy_fallback() macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dtimex.h13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dtimex.h13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dtimex.h14 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dtimex.h14 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) macro
/kernel/linux/linux-6.6/drivers/char/
H 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()
[all...]
/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c675 block.rdseed[i] = random_get_entropy(); in extract_entropy()
828 entropy = random_get_entropy(); in random_init()
856 unsigned long entropy = random_get_entropy(); in add_device_randomness()
995 unsigned long entropy = random_get_entropy(); in add_interrupt_randomness()
1033 unsigned long entropy = random_get_entropy(), now = jiffies, flags; in add_timer_randomness()
1167 stack.entropy = random_get_entropy(); in try_to_generate_entropy()
1170 if (stack.entropy == random_get_entropy()) in try_to_generate_entropy()
1179 stack.entropy = random_get_entropy(); in try_to_generate_entropy()
/kernel/linux/linux-5.10/crypto/
H A Djitterentropy-kcapi.c91 tmp = random_get_entropy(); in jent_get_nstime()
94 * If random_get_entropy does not return a value, i.e. it is not in jent_get_nstime()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Drelocate.c94 unsigned long entropy = random_get_entropy(); in get_random_boot()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Drelocate.c126 unsigned long entropy = random_get_entropy(); in get_random_boot()
/kernel/linux/linux-6.6/crypto/
H A Djitterentropy-kcapi.c80 tmp = random_get_entropy(); in jent_get_nstime()
83 * If random_get_entropy does not return a value, i.e. it is not in jent_get_nstime()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Drelocate.c210 unsigned long entropy = random_get_entropy(); in get_random_boot()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Drelocate.c217 unsigned long entropy = random_get_entropy(); in get_random_boot()
/kernel/linux/linux-5.10/lib/
H A Drandom32.c470 v1 = random_get_entropy(); in prandom_init_early()

Completed in 11 milliseconds