Home
last modified time | relevance | path

Searched refs:urand_fd (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c665 int rv, urand_fd; in start_tls() local
674 urand_fd = open("/dev/random", O_RDONLY); in start_tls()
675 if (urand_fd == -1) { in start_tls()
678 (void) read(urand_fd, rand_buf, RAND_BUF_SIZE); in start_tls()