Searched refs:RAND_egd_bytes (Results 1 – 5 of 5) sorted by relevance
5 RAND_egd, RAND_egd_bytes, RAND_query_egd_bytes - query entropy gathering daemon11 int RAND_egd_bytes(const char *path, int num);24 RAND_egd_bytes() requests B<num> bytes of randomness from an EGD at the26 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
31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() function204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() function218 return RAND_egd_bytes(path, 255); in RAND_egd()
108 int RAND_egd_bytes(const char *path, int bytes);
3360 RAND_egd_bytes 3433 3_0_0 EXIST::FUNCTION:EGD
16936 * Add RAND_egd_bytes(), which gives control over the number of bytes read
Completed in 77 milliseconds