Searched refs:random_get_entropy (Results 1 – 6 of 6) sorted by relevance
33 static inline unsigned long random_get_entropy(void) in random_get_entropy() function39 #define random_get_entropy random_get_entropy macro
87 static inline unsigned long random_get_entropy(void) in random_get_entropy() function99 #define random_get_entropy random_get_entropy macro
67 #ifndef random_get_entropy78 #define random_get_entropy() get_cycles() macro
741 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()
205 u32 weak_seed = (i + jiffies) ^ random_get_entropy(); in prandom_init()
1364 now.cycles = random_get_entropy(); in drbg_generate()