Searched refs:urandom (Results 1 – 1 of 1) sorted by relevance
3744 FILE *urandom = fopen("/dev/urandom", "r"); in dtls_new_context() local3753 if (!urandom) { in dtls_new_context()3758 if (fread(buf, 1, sizeof(buf), urandom) != sizeof(buf)) { in dtls_new_context()3763 fclose(urandom); in dtls_new_context()