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

/freebsd-10.0-release/contrib/ntp/conf/
H A Dbaldwin.conf9 crypto randfile /.rnd # enable public key
/freebsd-10.0-release/contrib/sendmail/src/
H A Dtls.c83 ** randfile -- name of file with random data
95 # define RF_OK 0 /* randfile OK */
96 # define RF_MISS 1 /* randfile == NULL || *randfile == '\0' */
97 # define RF_UNKNOWN 2 /* unknown prefix for randfile */
106 tls_rand_init(randfile, logl)
107 char *randfile;
128 randdef = (randfile == NULL || *randfile == '\0') ? RF_MISS : RF_OK;
130 if (randdef == RF_OK && sm_strncasecmp(randfile, "eg
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/rand/
H A DMakefile20 LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \
22 LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o \
158 randfile.o: ../../e_os.h ../../include/openssl/buffer.h
159 randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
160 randfile.o: ../../include/openssl/opensslconf.h
161 randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
162 randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
163 randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
164 randfile.o: randfile
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Dsrp.c296 char *randfile=NULL; local
494 if (randfile == NULL && conf)
495 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
507 if (randfile == NULL)
510 app_RAND_load_file(randfile, bio_err, 0);
744 if (randfile) app_RAND_write_file(randfile, bio_err);
H A Ddgst.c119 const char *sigfile = NULL, *randfile = NULL; local
164 randfile=*(++argv);
324 if(randfile)
325 app_RAND_load_file(randfile, bio_err, 0);
H A Dreq.c631 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); local
632 if (randfile == NULL)
634 app_RAND_load_file(randfile, bio_err, 0);
640 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); local
641 if (randfile == NULL)
643 app_RAND_load_file(randfile, bio_err, 0);
707 app_RAND_write_file(randfile, bio_err);
H A Dca.c322 char *randfile=NULL; local
671 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
672 if (randfile == NULL)
674 app_RAND_load_file(randfile, bio_err, 0);
1551 app_RAND_write_file(randfile, bio_err);
/freebsd-10.0-release/secure/lib/libcrypto/
H A DMakefile269 SRCS+= md_rand.c rand_egd.c rand_err.c rand_lib.c rand_unix.c randfile.c

Completed in 128 milliseconds