Searched defs:urandom (Results 1 - 1 of 1) sorted by relevance
/lxc/src/lxc/ | ||
H A D | network.c | 1511 FILE *urandom; local 1520 urandom = fopen ("/dev/urandom", "r"); 1521 if (urandom != NULL) { 1522 if (fread (&seed, sizeof(seed), 1, urandom) <= 0) 1524 fclose(urandom); |
Completed in 12 milliseconds