Home
last modified time | relevance | path

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

/tinycrypt-latest/lib/source/
Decc_platform_specific.c70 #ifndef O_CLOEXEC
71 #define O_CLOEXEC 0 macro
80 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
82 fd = open("/dev/random", O_RDONLY | O_CLOEXEC); in default_CSPRNG()