Searched refs:random_get_entropy (Results 1 – 7 of 7) sorted by relevance
34 static inline unsigned long random_get_entropy(void) in random_get_entropy() function40 #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
878 rv = random_get_entropy(); in crng_initialize()1023 rv = random_get_entropy(); in crng_reseed()1179 unsigned long time = random_get_entropy() ^ jiffies; in add_device_randomness()1216 sample.cycles = random_get_entropy(); in add_timer_randomness()1280 long delta = random_get_entropy() - start; in add_interrupt_bench()1314 cycles_t cycles = random_get_entropy(); in add_interrupt_randomness()1764 stack.now = random_get_entropy(); in try_to_generate_entropy()1767 if (stack.now == random_get_entropy()) in try_to_generate_entropy()1776 stack.now = random_get_entropy(); in try_to_generate_entropy()1939 rv = random_get_entropy(); in init_std_data()
97 tmp = random_get_entropy(); in jent_get_nstime()
206 u32 weak_seed = (i + jiffies) ^ random_get_entropy(); in prandom_init()
204 unsigned long entropy = random_get_entropy(); in get_random_boot()