Searched refs:fd_random (Results 1 – 4 of 4) sorted by relevance
127 context->fd_random = fd; in lws_plat_init()128 if (context->fd_random < 0) { in lws_plat_init()130 SYSTEM_RANDOM_FILEPATH, context->fd_random); in lws_plat_init()177 if (!context->fd_random) in lws_plat_context_late_destroy()179 if (context->fd_random != LWS_INVALID_FILE) in lws_plat_context_late_destroy()180 close(context->fd_random); in lws_plat_context_late_destroy()
58 return (size_t)read(context->fd_random, (char *)buf, len); in lws_get_random()
82 context->fd_random = 0; in lws_plat_init()
484 int fd_random; member