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

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drand.h55 #define RAND_load_file hc_RAND_load_file macro
97 int RAND_load_file(const char *, size_t);
H A Dtest_rand.c187 if (RAND_load_file(file, 1024) != 1)
188 errx(1, "RAND_load_file");
H A Drand.c278 RAND_load_file(const char *filename, size_t size) function
303 * Write of random numbers to a file to store for later initiation with RAND_load_file().
342 * RAND_load_file(), and RAND_write_file().
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-rand.h74 #define RAND_load_file ossl_RAND_load_file macro
117 int RAND_load_file(const char *, size_t);
H A Dossl-rand.c298 RAND_load_file(const char *filename, size_t size) function
328 * Write of random numbers to a file to store for later initiation with RAND_load_file().
370 * RAND_load_file(), and RAND_write_file().
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dapp_rand.c143 if (file == NULL || !RAND_load_file(file, -1))
186 tot+=RAND_load_file(n,-1);
H A Dwinrand.c83 RAND_load_file(filename, -1);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Drand.h106 int RAND_load_file(const char *file,long max_bytes);
/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Drand.h106 int RAND_load_file(const char *file,long max_bytes);
H A Drandfile.c108 int RAND_load_file(const char *file, long bytes) function
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Drand.h106 int RAND_load_file(const char *file,long max_bytes);
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_rand.c69 if(!RAND_load_file(RSTRING_PTR(filename), -1)) {
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsetup-vms.h247 #define RAND_load_file RAND_LOAD_FILE macro
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DSSLeay.xs129 rand_bytes_read = RAND_load_file("/dev/urandom", 1024);
/macosx-10.10/OpenSSL098-52/src/fips/
H A Dfips_test_suite.c438 RAND_load_file(".rnd", 1024);
/macosx-10.10/OpenSSL098-52/src/test/
H A Dfips_test_suite.c438 RAND_load_file(".rnd", 1024);
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c209 nread += RAND_load_file((data->set.str[STRING_SSL_RANDOM_FILE]?
253 nread += RAND_load_file(buf, RAND_LOAD_LENGTH);
/macosx-10.10/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.c482 r = RAND_load_file(filename, (n > 0 && n < LONG_MAX) ? (long)n : LONG_MAX);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c1479 total = RAND_load_file(randfile, -1);
/macosx-10.10/ntp-92/util/
H A Dntp-keygen.c341 temp = RAND_load_file(pathbuf, -1);
344 "RAND_load_file %s not found or empty\n",
/macosx-10.10/ntp-92/ntpd/
H A Dntp_crypto.c3700 if ((bytes = RAND_load_file(randfile, -1)) == 0) {

Completed in 208 milliseconds