Searched refs:frandom (Results 1 – 1 of 1) sorted by relevance
60 static FILE *frandom; in readentropy() local65 if (frandom == NULL) { in readentropy()66 frandom = fopen(rndfile, "rb"); in readentropy()67 if (frandom == NULL) { in readentropy()71 setbuf(frandom, NULL); in readentropy()73 if (fread(out, 1, outsize, frandom) != outsize) { in readentropy()76 feof(frandom) ? "EOF" : strerror(errno)); in readentropy()