Home
last modified time | relevance | path

Searched refs:dev_random (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/advapi32/wine/
H A Dcrypt.c2380 int dev_random; in SystemFunction036() local
2382 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()