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

/freebsd-11-stable/contrib/ntp/conf/
H A Dbaldwin.conf9 crypto randfile /.rnd # enable public key
/freebsd-11-stable/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 \
160 randfile.o: ../../e_os.h ../../include/openssl/bio.h
161 randfile.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
162 randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
163 randfile.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
164 randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
165 randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
166 randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
167 randfile
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dsrp.c300 char *randfile = NULL; local
493 if (randfile == NULL && conf)
494 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
506 if (randfile == NULL)
509 app_RAND_load_file(randfile, bio_err, 0);
759 if (randfile)
760 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.c609 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); local
610 if (randfile == NULL)
612 app_RAND_load_file(randfile, bio_err, 0);
617 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); local
618 if (randfile == NULL)
620 app_RAND_load_file(randfile, bio_err, 0);
675 app_RAND_write_file(randfile, bio_err);
H A Dca.c321 char *randfile = NULL; local
632 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
633 if (randfile == NULL)
635 app_RAND_load_file(randfile, bio_err, 0);
1473 app_RAND_write_file(randfile, bio_err);
/freebsd-11-stable/contrib/sendmail/src/
H A Dtls.c186 ** randfile -- name of file with random data
198 # define RF_OK 0 /* randfile OK */
199 # define RF_MISS 1 /* randfile == NULL || *randfile == '\0' */
200 # define RF_UNKNOWN 2 /* unknown prefix for randfile */
209 tls_rand_init(randfile, logl)
210 char *randfile;
231 randdef = (randfile == NULL || *randfile == '\0') ? RF_MISS : RF_OK;
233 if (randdef == RF_OK && sm_strncasecmp(randfile, "eg
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c3896 char *randfile; local
3924 randfile = filename;
3928 randfile = filename;
3930 randfile = rand_file;
3932 if ((bytes = RAND_load_file(randfile, -1)) == 0) {
3935 randfile);
3940 RAND_write_file(randfile);
3942 OpenSSL_version_num(), randfile, bytes));
4119 * Set random seed file name (randfile).
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile289 SRCS+= md_rand.c rand_egd.c rand_err.c rand_lib.c rand_unix.c randfile.c

Completed in 96 milliseconds