Searched refs:arc4random_uniform (Results 1 – 9 of 9) sorted by relevance
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()
97 uint32_t arc4random_uniform(uint32_t __upper_bound);
134 (getpid() == 1) ? 0 : (arc4random_uniform(SCS_GUARD_REGION_SIZE / SCS_SIZE - 1) * SCS_SIZE); in __init_shadow_call_stack()
612 kGapAlignment * (is_first_stage_init() ? 1 : arc4random_uniform(kMaxGapUnits - 1) + 1); in ReserveWithAlignmentPadding()633 size_t n = is_first_stage_init() ? 0 : arc4random_uniform((last - first) / start_align + 1); in ReserveWithAlignmentPadding()
1537 size_t r = arc4random_uniform(n); in shuffle()
234 arc4random_uniform;
640 "upstream-openbsd/lib/libc/crypt/arc4random_uniform.c",