Home
last modified time | relevance | path

Searched refs:arc4random_uniform (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/crypt/
Darc4random_uniform.c33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
57 DEF_WEAK(arc4random_uniform);
/bionic/libc/upstream-openbsd/lib/libc/net/
Dres_random.c180 ru_x = arc4random_uniform(RU_M); in res_initid()
194 j = arc4random_uniform(RU_N); in res_initid()
/bionic/libc/include/
Dstdlib.h97 uint32_t arc4random_uniform(uint32_t __upper_bound);
/bionic/libc/bionic/
Dpthread_create.cpp134 (getpid() == 1) ? 0 : (arc4random_uniform(SCS_GUARD_REGION_SIZE / SCS_SIZE - 1) * SCS_SIZE); in __init_shadow_call_stack()
/bionic/linker/
Dlinker_phdr.cpp612 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()
Dlinker.cpp1537 size_t r = arc4random_uniform(n); in shuffle()
/bionic/libc/
Dlibc.map.txt234 arc4random_uniform;
DAndroid.bp640 "upstream-openbsd/lib/libc/crypt/arc4random_uniform.c",
/bionic/tools/versioner/platforms/
Dlibc.map.txt234 arc4random_uniform;