Searched refs:random_fd (Results 1 – 1 of 1) sorted by relevance
728 static int random_fd = -1, urandom_fd = -1; variable733 VERIFY((random_fd = open(random_path, O_RDONLY)) != -1); in random_init()740 close(random_fd); in random_fini()743 random_fd = -1; in random_fini()768 return (random_get_bytes_common(ptr, len, random_fd)); in random_get_bytes()