Searched refs:urandom_fd (Results 1 – 1 of 1) sorted by relevance
733 static int random_fd = -1, urandom_fd = -1; variable739 VERIFY((urandom_fd = open(urandom_path, O_RDONLY | O_CLOEXEC)) != -1); in random_init()746 close(urandom_fd); in random_fini()749 urandom_fd = -1; in random_fini()779 return (random_get_bytes_common(ptr, len, urandom_fd)); in random_get_pseudo_bytes()