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

  /external/openssl/apps/
app_rand.c 136 else if (RAND_egd(file) > 0)
182 egd=RAND_egd(n);
  /external/openssl/crypto/rand/
rand_egd.c 1 /* crypto/rand/rand_egd.c */
93 * RAND_egd(path) will query 255 bytes and use the bytes retreived to seed
95 * RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255.
103 int RAND_egd(const char *path)
297 int RAND_egd(const char *path)
rand.h 111 int RAND_egd(const char *path);
  /external/openssl/include/openssl/
rand.h 111 int RAND_egd(const char *path);

Completed in 102 milliseconds