Home
last modified time | relevance | path

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

/linux/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/arch/mips/include/asm/
A Dtimex.h87 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
99 #define random_get_entropy random_get_entropy macro
/linux/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/include/linux/
A Dtimex.h67 #ifndef random_get_entropy
78 #define random_get_entropy() get_cycles() macro
/linux/drivers/char/
A Drandom.c783 rv = random_get_entropy(); in crng_init_try_arch()
801 rv = random_get_entropy(); in crng_init_try_arch_early()
961 rv = random_get_entropy(); in crng_reseed()
1116 unsigned long time = random_get_entropy() ^ jiffies; in add_device_randomness()
1153 sample.cycles = random_get_entropy(); in add_timer_randomness()
1217 long delta = random_get_entropy() - start; in add_interrupt_bench()
1251 cycles_t cycles = random_get_entropy(); in add_interrupt_randomness()
1585 stack.now = random_get_entropy(); in try_to_generate_entropy()
1588 if (stack.now == random_get_entropy()) in try_to_generate_entropy()
1597 stack.now = random_get_entropy(); in try_to_generate_entropy()
[all …]
/linux/crypto/
A Djitterentropy-kcapi.c91 tmp = random_get_entropy(); in jent_get_nstime()
/linux/arch/mips/kernel/
A Drelocate.c217 unsigned long entropy = random_get_entropy(); in get_random_boot()
/linux/lib/
A Drandom32.c471 v1 = random_get_entropy(); in prandom_init_early()
/linux/mm/kfence/
A Dcore.c773 stack_hash_seed = (u32)random_get_entropy(); in kfence_init()

Completed in 20 milliseconds