Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/mips/include/asm/
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-v4.19/include/linux/
Dtimex.h67 #ifndef random_get_entropy
78 #define random_get_entropy() get_cycles() macro
/Linux-v4.19/crypto/
Djitterentropy-kcapi.c102 tmp = random_get_entropy(); in jent_get_nstime()
/Linux-v4.19/drivers/char/
Drandom.c804 rv = random_get_entropy(); in crng_initialize()
947 rv = random_get_entropy(); in crng_reseed()
1103 unsigned long time = random_get_entropy() ^ jiffies; in add_device_randomness()
1140 sample.cycles = random_get_entropy(); in add_timer_randomness()
1204 long delta = random_get_entropy() - start; in add_interrupt_bench()
1238 cycles_t cycles = random_get_entropy(); in add_interrupt_randomness()
1798 rv = random_get_entropy(); in init_std_data()
/Linux-v4.19/lib/
Drandom32.c206 u32 weak_seed = (i + jiffies) ^ random_get_entropy(); in prandom_init()
/Linux-v4.19/arch/mips/kernel/
Drelocate.c204 unsigned long entropy = random_get_entropy(); in get_random_boot()