Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_egd.c109 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() function
274 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() function
289 return (RAND_egd_bytes(path, 255)); in RAND_egd()
H A Drand.h111 int RAND_egd_bytes(const char *path, int bytes);
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.h62 #define RAND_egd_bytes hc_RAND_egd_bytes macro
103 int RAND_egd_bytes(const char *, int);
H A Drand-egd.c234 return RAND_egd_bytes(filename, 128); in RAND_egd()
238 RAND_egd_bytes(const char *filename, int size) in RAND_egd_bytes() function
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DRAND_egd.pod12 int RAND_egd_bytes(const char *path, int bytes);
21 RAND_egd_bytes(path, 255);
23 RAND_egd_bytes() queries the entropy gathering daemon EGD on socket B<path>.
66 RAND_egd() and RAND_egd_bytes() return the number of bytes read from the
82 RAND_egd_bytes() is available since OpenSSL 0.9.6.
/minix/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto-rand.c76 RAND_egd_bytes(p, ENTROPY_NEEDED); in seed_something()
/minix/crypto/external/bsd/openssl/dist/util/
H A Dlibeay.num1815 RAND_egd_bytes 2402 EXIST::FUNCTION:
/minix/crypto/external/bsd/openssl/dist/
H A DCHANGES7011 *) Add RAND_egd_bytes(), which gives control over the number of bytes read