Lines Matching refs:u32
60 u32 prandom_u32_state(struct rnd_state *state) in prandom_u32_state()
79 u32 prandom_u32(void) in prandom_u32()
82 u32 res; in prandom_u32()
105 while (bytes >= sizeof(u32)) { in prandom_bytes_state()
106 put_unaligned(prandom_u32_state(state), (u32 *) ptr); in prandom_bytes_state()
107 ptr += sizeof(u32); in prandom_bytes_state()
108 bytes -= sizeof(u32); in prandom_bytes_state()
112 u32 rem = prandom_u32_state(state); in prandom_bytes_state()
151 static u32 __extract_hwseed(void) in __extract_hwseed()
161 static void prandom_seed_early(struct rnd_state *state, u32 seed, in prandom_seed_early()
178 void prandom_seed(u32 entropy) in prandom_seed()
206 u32 weak_seed = (i + jiffies) ^ random_get_entropy(); in prandom_init()
222 u32 entropy; in __prandom_timer()
247 u32 seeds[4]; in prandom_seed_full_state()
307 u32 seed;
308 u32 result;
317 u32 seed;
318 u32 iteration;
319 u32 result;