Searched defs:urandom_fd (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Drandgen.c61 static int urandom_fd = -1; variable
66 urandom_fd = open(DEV_URANDOM_PATH, O_RDONLY);
67 if (urandom_fd == -1) {
75 fd_close_on_exec(urandom_fd, TRUE);
98 ret = read(urandom_fd, buf, size);
175 i_close_fd(&urandom_fd);
187 i_close_fd(&urandom_fd);

Completed in 10 milliseconds