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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 44 milliseconds