Searched defs:RAND_query_egd_bytes (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/rand/
H A Drand_egd.c66 * RAND_query_egd_bytes(path, buf, bytes)
74 * RAND_query_egd_bytes() returns with
84 * RAND_egd_bytes() is a wrapper for RAND_query_egd_bytes() with buf=NULL.
85 * Unlike RAND_query_egd_bytes(), RAND_status() is used to test the
99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) function
136 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) function
288 num = RAND_query_egd_bytes(path, NULL, bytes);

Completed in 56 milliseconds