Searched refs:dev_random (Results 1 – 1 of 1) sorted by relevance
2380 int dev_random; in SystemFunction036() local2382 dev_random = open("/dev/urandom", O_RDONLY); in SystemFunction036()2383 if (dev_random != -1) in SystemFunction036()2386 read(dev_random, pbBuffer, dwLen) == (ssize_t)dwLen) in SystemFunction036()2388 close(dev_random); in SystemFunction036()2391 close(dev_random); in SystemFunction036()