Home
last modified time | relevance | path

Searched refs:RAND_query_egd_bytes (Results 1 – 6 of 6) sorted by relevance

/src/crypto/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
/src/crypto/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
107 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() function
206 num = RAND_query_egd_bytes(path, NULL, bytes); in RAND_egd_bytes()
/src/crypto/openssl/include/openssl/
H A Drand.h108 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
/src/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c728 num = RAND_query_egd_bytes(paths[i], in ossl_pool_acquire_entropy()
/src/secure/lib/libcrypto/man/man3/
H A DMakefile3776 MLINKS+= RAND_egd.3 RAND_query_egd_bytes.3
/src/crypto/openssl/util/
H A Dlibcrypto.num581 RAND_query_egd_bytes 596 3_0_0 EXIST::FUNCTION:EGD