Searched refs:fd_random (Results 1 – 4 of 4) sorted by relevance
174 context->fd_random = fd; in lws_plat_init()175 if (context->fd_random < 0) { in lws_plat_init()177 SYSTEM_RANDOM_FILEPATH, context->fd_random, errno); in lws_plat_init()239 if (!context->fd_random) in lws_plat_context_late_destroy()241 if (context->fd_random != LWS_INVALID_FILE) in lws_plat_context_late_destroy()242 close(context->fd_random); in lws_plat_context_late_destroy()
70 return (size_t)read(context->fd_random, (char *)buf, len); in lws_get_random()
122 context->fd_random = 0; in lws_plat_init()
694 int fd_random; member