HomeSort by relevance Sort by last modified time
    Searched refs:randomfiles (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_unix.c 246 static const char *randomfiles[] = { DEVRANDOM }; local
247 struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
262 for (i = 0; (i < sizeof(randomfiles)/sizeof(randomfiles[0])) &&
265 if ((fd = open(randomfiles[i], O_RDONLY
  /external/openssl/crypto/rand/
rand_unix.c 246 static const char *randomfiles[] = { DEVRANDOM }; local
247 struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
262 for (i = 0; (i < sizeof(randomfiles)/sizeof(randomfiles[0])) &&
265 if ((fd = open(randomfiles[i], O_RDONLY

Completed in 1570 milliseconds