Searched refs:arc4random_uniform (Results 1 – 14 of 14) sorted by relevance
38 #ifndef arc4random_uniform41 u_int32_t arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function65 pos1 = arc4random_uniform(BUFFER_SIZE); in TEST()66 pos2 = arc4random_uniform(BUFFER_SIZE); in TEST()93 pos1 = arc4random_uniform(BUFFER_SIZE); in TEST()94 pos2 = arc4random_uniform(BUFFER_SIZE); in TEST()
33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function57 DEF_WEAK(arc4random_uniform);
180 ru_x = arc4random_uniform(RU_M); in res_initid()194 j = arc4random_uniform(RU_N); in res_initid()
96 uint32_t arc4random_uniform(uint32_t);
542 size_t n = arc4random_uniform((last - first) / PAGE_SIZE + 1); in ReserveAligned()
1488 size_t r = arc4random_uniform(n); in shuffle()
169 arc4random_uniform;
230 arc4random_uniform;
229 arc4random_uniform;
232 arc4random_uniform;
234 arc4random_uniform;
558 "upstream-openbsd/lib/libc/crypt/arc4random_uniform.c",