Searched refs:urandom_fd_requested (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/rand/
H A Durandom.c47 /* urandom_fd_requested is set by |RAND_set_urandom_fd|. It's protected by
49 static int urandom_fd_requested = -2; variable
71 int fd = urandom_fd_requested;
108 urandom_fd_requested = fd;
129 urandom_fd_requested = fd;

Completed in 61 milliseconds