Searched refs:urandom_fd (Results 1 – 1 of 1) sorted by relevance
728 static int random_fd = -1, urandom_fd = -1; variable734 VERIFY((urandom_fd = open(urandom_path, O_RDONLY)) != -1); in random_init()741 close(urandom_fd); in random_fini()744 urandom_fd = -1; in random_fini()774 return (random_get_bytes_common(ptr, len, urandom_fd)); in random_get_pseudo_bytes()