Searched refs:RAND_query_egd_bytes (Results 1 – 5 of 5) sorted by relevance
/openssl/doc/man3/ |
H A D | RAND_egd.pod | 5 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 D | rand_egd.c | 21 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 D | rand.h | 106 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 722 num = RAND_query_egd_bytes(paths[i], in ossl_pool_acquire_entropy()
|
/openssl/util/ |
H A D | libcrypto.num | 581 RAND_query_egd_bytes 596 3_0_0 EXIST::FUNCTION:EGD
|
Completed in 24 milliseconds