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

  /external/openssl/crypto/rand/
rand_egd.c 82 * RAND_egd_bytes(path, bytes) will query "bytes" bytes and have them
84 * RAND_egd_bytes() is a wrapper for RAND_query_egd_bytes() with buf=NULL.
95 * RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255.
108 int RAND_egd_bytes(const char *path,int bytes)
284 int RAND_egd_bytes(const char *path, int bytes)
299 return (RAND_egd_bytes(path, 255));
rand.h 112 int RAND_egd_bytes(const char *path,int bytes);
  /external/openssl/include/openssl/
rand.h 112 int RAND_egd_bytes(const char *path,int bytes);

Completed in 46 milliseconds