Searched refs:RAND_load_file (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.h60 #define RAND_load_file hc_RAND_load_file macro
98 int RAND_load_file(const char *, size_t);
H A Dtest_rand.c215 if (RAND_load_file(file, 1024) != 1)
216 errx(1, "RAND_load_file");
H A Drand.c275 RAND_load_file(const char *filename, size_t size) function
300 * Write of random numbers to a file to store for later initiation with RAND_load_file().
339 * RAND_load_file(), and RAND_write_file().
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dapp_rand.c26 if (RAND_load_file(randfile, -1) < 0) {
46 if (RAND_load_file(name, -1) < 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapp_rand.c27 if (RAND_load_file(randfile, -1) < 0) {
53 if (RAND_load_file(name, -1) < 0) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand.h53 int RAND_load_file(const char *file, long max_bytes);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h98 int RAND_load_file(const char *file, long max_bytes);
/netbsd-current/external/bsd/libpcap/dist/
H A Dsslutils.c117 if (! RAND_load_file(RANDOM, 1024*1024))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drandfile.c76 int RAND_load_file(const char *file, long bytes) function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drandfile.c84 int RAND_load_file(const char *file, long bytes) function
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c1621 total = RAND_load_file(randfile, -1);
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntp-keygen.c491 temp = RAND_load_file(pathbuf, -1);
494 "RAND_load_file %s not found or empty\n",
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c3934 if ((bytes = RAND_load_file(randfile, -1)) == 0) {

Completed in 228 milliseconds