Searched refs:have_urandom (Results 1 – 1 of 1) sorted by relevance
42 static bool have_urandom = access("/dev/urandom", R_OK) == 0; in __libc_safe_arc4random_buf() local43 if (have_urandom) { in __libc_safe_arc4random_buf()