Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
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()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_platform_specific.c70 #ifndef O_CLOEXEC
71 #define O_CLOEXEC 0 macro
82 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
84 fd = open("/dev/random", O_RDONLY | O_CLOEXEC); in default_CSPRNG()