Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
Dtimex.h33 static inline unsigned long random_get_entropy(void) in random_get_entropy() function
39 #define random_get_entropy random_get_entropy macro
/linux-4.1.27/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-4.1.27/include/linux/
Dtimex.h67 #ifndef random_get_entropy
78 #define random_get_entropy() get_cycles() macro
/linux-4.1.27/drivers/char/
Drandom.c741 unsigned long time = random_get_entropy() ^ jiffies; in add_device_randomness()
782 sample.cycles = random_get_entropy(); in add_timer_randomness()
850 long delta = random_get_entropy() - start; in add_interrupt_bench()
880 cycles_t cycles = random_get_entropy(); in add_interrupt_randomness()
1300 rv = random_get_entropy(); in init_std_data()
1734 hash[0] += current->pid + jiffies + random_get_entropy(); in get_random_int()
/linux-4.1.27/lib/
Drandom32.c205 u32 weak_seed = (i + jiffies) ^ random_get_entropy(); in prandom_init()
/linux-4.1.27/crypto/
Ddrbg.c1364 now.cycles = random_get_entropy(); in drbg_generate()