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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dmisc.c261 int devrandom; local
264 devrandom = open ("/dev/urandom", O_RDONLY | O_NONBLOCK);
265 if (devrandom == -1)
274 entropy_amount = read(devrandom, buf, count);
275 close(devrandom);

Completed in 113 milliseconds