Searched refs:randomstats (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_unix.c165 struct stat randomstats[sizeof(randomfiles) / sizeof(randomfiles[0])]; local
175 memset(randomstats, 0, sizeof(randomstats));
199 struct stat *st = &randomstats[i];
210 if (randomstats[j].st_ino == st->st_ino &&
211 randomstats[j].st_dev == st->st_dev)

Completed in 53 milliseconds