Searched refs:randfile (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A DMakefile20 LIBSRC=md_rand.c randfile.c rand_lib.c rand_eng.c rand_err.c rand_egd.c \
22 LIBOBJ=md_rand.o randfile.o rand_lib.o rand_eng.o rand_err.o rand_egd.o \
181 randfile.o: ../../e_os.h ../../include/openssl/buffer.h
182 randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
183 randfile.o: ../../include/openssl/opensslconf.h
184 randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
185 randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
186 randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
187 randfile.o: randfile
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Ddgst.c99 const char *sigfile = NULL, *randfile = NULL; local
141 randfile=*(++argv);
324 if(randfile)
325 app_RAND_load_file(randfile, bio_err, 0);
H A Dreq.c724 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); local
725 if (randfile == NULL)
727 app_RAND_load_file(randfile, bio_err, 0);
736 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); local
737 if (randfile == NULL)
739 app_RAND_load_file(randfile, bio_err, 0);
797 app_RAND_write_file(randfile, bio_err);
H A Dca.c316 char *randfile=NULL; local
649 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
650 if (randfile == NULL)
652 app_RAND_load_file(randfile, bio_err, 0);
1518 app_RAND_write_file(randfile, bio_err);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c83 static int tlso_seed_PRNG( const char *randfile );
1452 tlso_seed_PRNG( const char *randfile )
1459 if (randfile == NULL) {
1465 randfile = RAND_file_name( buffer, sizeof( buffer ) );
1467 } else if (RAND_egd(randfile) > 0) {
1472 if (randfile == NULL) {
1479 total = RAND_load_file(randfile, -1);
1491 RAND_write_file(randfile);
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Ddki.c244 char randfile[254+1]; local
254 randfile[0] = '\0';
256 snprintf (randfile, sizeof (randfile), "-r %.250s ", rfile);
263 dir, KEYGENCMD, KEYGEN_COMPMODE, randfile, expflag, dki_algo2str(algo), bitsize, flag, name);
266 KEYGENCMD, KEYGEN_COMPMODE, randfile, expflag, dki_algo2str(algo), bitsize, flag, name);
/macosx-10.10/ntp-92/ntpd/
H A Dntp_crypto.c3664 char * randfile; local
3692 randfile = filename;
3696 randfile = filename;
3698 randfile = rand_file;
3700 if ((bytes = RAND_load_file(randfile, -1)) == 0) {
3703 randfile);
3708 RAND_write_file(randfile);
3713 SSLeay(), randfile, bytes);
3905 * Set random seed file name (randfile).
/macosx-10.10/OpenSSL098-52/src/
H A DMakefile.org306 ../crypto/rand/randfile.o \

Completed in 215 milliseconds