Searched refs:RAND_egd_bytes (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | RAND_egd.pod | 5 RAND_egd, RAND_egd_bytes, RAND_query_egd_bytes - query entropy gathering daemon 11 int RAND_egd_bytes(const char *path, int num); 24 RAND_egd_bytes() requests B<num> bytes of randomness from an EGD at the 26 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
|
| /freebsd/crypto/openssl/crypto/rand/ |
| H A D | rand_egd.c | 31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() function 202 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() function 216 return RAND_egd_bytes(path, 255); in RAND_egd()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | crypto-rand.c | 75 RAND_egd_bytes(p, ENTROPY_NEEDED); in seed_something()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | rand.h | 110 int RAND_egd_bytes(const char *path, int bytes);
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3776 MLINKS+= RAND_egd.3 RAND_egd_bytes.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 3360 RAND_egd_bytes 3433 3_0_0 EXIST::FUNCTION:EGD
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 17615 * Add RAND_egd_bytes(), which gives control over the number of bytes read
|