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

/freebsd-10-stable/contrib/ntp/conf/
H A Dbaldwin.conf9 crypto randfile /.rnd # enable public key
/freebsd-10-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/buffer.h
161 randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
162 randfile.o: ../../include/openssl/opensslconf.h
163 randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
164 randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
165 randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
166 randfile.o: randfile
[all...]
/freebsd-10-stable/contrib/sendmail/src/
H A Dtls.c139 ** randfile -- name of file with random data
151 # define RF_OK 0 /* randfile OK */
152 # define RF_MISS 1 /* randfile == NULL || *randfile == '\0' */
153 # define RF_UNKNOWN 2 /* unknown prefix for randfile */
162 tls_rand_init(randfile, logl)
163 char *randfile;
184 randdef = (randfile == NULL || *randfile == '\0') ? RF_MISS : RF_OK;
186 if (randdef == RF_OK && sm_strncasecmp(randfile, "eg
[all...]
/freebsd-10-stable/crypto/openssl/apps/
H A Dsrp.c295 char *randfile = NULL; local
490 if (randfile == NULL && conf)
491 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
503 if (randfile == NULL)
506 app_RAND_load_file(randfile, bio_err, 0);
756 if (randfile)
757 app_RAND_write_file(randfile, bio_err);
H A Ddgst.c119 const char *sigfile = NULL, *randfile = NULL; local
163 randfile = *(++argv);
313 if (randfile)
314 app_RAND_load_file(randfile, bio_err, 0);
H A Dreq.c610 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); local
611 if (randfile == NULL)
613 app_RAND_load_file(randfile, bio_err, 0);
618 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); local
619 if (randfile == NULL)
621 app_RAND_load_file(randfile, bio_err, 0);
677 app_RAND_write_file(randfile, bio_err);
H A Dca.c321 char *randfile = NULL; local
631 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
632 if (randfile == NULL)
634 app_RAND_load_file(randfile, bio_err, 0);
1467 app_RAND_write_file(randfile, bio_err);
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c3895 char *randfile; local
3923 randfile = filename;
3927 randfile = filename;
3929 randfile = rand_file;
3931 if ((bytes = RAND_load_file(randfile, -1)) == 0) {
3934 randfile);
3939 RAND_write_file(randfile);
3941 OpenSSL_version_num(), randfile, bytes));
4118 * Set random seed file name (randfile).
/freebsd-10-stable/secure/lib/libcrypto/
H A DMakefile268 SRCS+= md_rand.c rand_egd.c rand_err.c rand_lib.c rand_unix.c randfile.c

Completed in 201 milliseconds