Home
last modified time | relevance | path

Searched refs:RAND_egd_bytes (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DRAND_egd.pod5 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 Drand_egd.c31 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 Dcrypto-rand.c75 RAND_egd_bytes(p, ENTROPY_NEEDED); in seed_something()
/freebsd/crypto/openssl/include/openssl/
H A Drand.h110 int RAND_egd_bytes(const char *path, int bytes);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3776 MLINKS+= RAND_egd.3 RAND_egd_bytes.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3360 RAND_egd_bytes 3433 3_0_0 EXIST::FUNCTION:EGD
/freebsd/crypto/openssl/
H A DCHANGES.md17615 * Add RAND_egd_bytes(), which gives control over the number of bytes read