Home
last modified time | relevance | path

Searched refs:RAND_egd_bytes (Results 1 – 5 of 5) sorted by relevance

/openssl/doc/man3/
H A DRAND_egd.pod5 RAND_egd, RAND_egd_bytes, RAND_query_egd_bytes - query entropy gathering daemon
11 int RAND_egd_bytes(const char *path, int num);
24 RAND_egd_bytes() requests B<num> bytes of randomness from an EGD at the
26 RAND_egd() is equivalent to RAND_egd_bytes() with B<num> set to 255.
30 If B<buf> is B<NULL>, it is equivalent to RAND_egd_bytes().
39 RAND_egd() and RAND_egd_bytes() return the number of bytes read from the
/openssl/crypto/rand/
H A Drand_egd.c31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() function
204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() function
218 return RAND_egd_bytes(path, 255); in RAND_egd()
/openssl/include/openssl/
H A Drand.h108 int RAND_egd_bytes(const char *path, int bytes);
/openssl/util/
H A Dlibcrypto.num3360 RAND_egd_bytes 3433 3_0_0 EXIST::FUNCTION:EGD
/openssl/
H A DCHANGES.md16872 * Add RAND_egd_bytes(), which gives control over the number of bytes read

Completed in 81 milliseconds