Searched refs:RAND_query_egd_bytes (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/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
|
| /src/crypto/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 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 D | rand.h | 108 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
|
| /src/crypto/openssl/providers/implementations/rands/seeding/ |
| H A D | rand_unix.c | 728 num = RAND_query_egd_bytes(paths[i], in ossl_pool_acquire_entropy()
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3776 MLINKS+= RAND_egd.3 RAND_query_egd_bytes.3
|
| /src/crypto/openssl/util/ |
| H A D | libcrypto.num | 581 RAND_query_egd_bytes 596 3_0_0 EXIST::FUNCTION:EGD
|