Home
last modified time | relevance | path

Searched refs:RAND_query_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
14 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int num);
28 RAND_query_egd_bytes() requests B<num> bytes of randomness from an EGD at
43 RAND_query_egd_bytes() returns the number of bytes read from the daemon on
/openssl/crypto/rand/
H A Drand_egd.c21 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() function
109 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() function
208 num = RAND_query_egd_bytes(path, NULL, bytes); in RAND_egd_bytes()
/openssl/include/openssl/
H A Drand.h106 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c722 num = RAND_query_egd_bytes(paths[i], in ossl_pool_acquire_entropy()
/openssl/util/
H A Dlibcrypto.num581 RAND_query_egd_bytes 596 3_0_0 EXIST::FUNCTION:EGD

Completed in 29 milliseconds