Home
last modified time | relevance | path

Searched refs:randfile (Results 1 – 15 of 15) sorted by relevance

/NextBSD/crypto/openssl/crypto/rand/
HDMakefile20 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.c
/NextBSD/crypto/openssl/apps/
HDsrp.c295 char *randfile = NULL; in MAIN() local
490 if (randfile == NULL && conf) in MAIN()
491 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE"); in MAIN()
503 if (randfile == NULL) in MAIN()
506 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
756 if (randfile) in MAIN()
757 app_RAND_write_file(randfile, bio_err); in MAIN()
HDdgst.c119 const char *sigfile = NULL, *randfile = NULL; in MAIN() local
164 randfile = *(++argv); in MAIN()
319 if (randfile) in MAIN()
320 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
HDreq.c610 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); in MAIN() local
611 if (randfile == NULL) in MAIN()
613 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
618 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); in MAIN() local
619 if (randfile == NULL) in MAIN()
621 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
677 app_RAND_write_file(randfile, bio_err); in MAIN()
HDca.c321 char *randfile = NULL; in MAIN() local
636 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE"); in MAIN()
637 if (randfile == NULL) in MAIN()
639 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
1474 app_RAND_write_file(randfile, bio_err); in MAIN()
/NextBSD/contrib/ntp/conf/
HDbaldwin.conf9 crypto randfile /.rnd # enable public key
/NextBSD/contrib/ntp/ntpd/
HDcomplete.conf.in20 crypto digest md5 host myhostname ident wedent pw cryptopass randfile /.rnd
HDntp_crypto.c3810 char *randfile; in crypto_setup() local
3838 randfile = filename; in crypto_setup()
3842 randfile = filename; in crypto_setup()
3844 randfile = rand_file; in crypto_setup()
3846 if ((bytes = RAND_load_file(randfile, -1)) == 0) { in crypto_setup()
3849 randfile); in crypto_setup()
3854 RAND_write_file(randfile); in crypto_setup()
3856 SSLeay(), randfile, bytes)); in crypto_setup()
HDntp.conf.def856 .Op Cm randfile Ar file
918 .It Cm randfile Ar file
HDinvoke-ntp.conf.texi805 …{[@code{cert} @kbd{file}]} @code{[@code{leap} @kbd{file}]} @code{[@code{randfile} @kbd{file}]} @co…
859 @item @code{randfile} @kbd{file}
/NextBSD/secure/lib/libcrypto/
HDMakefile273 SRCS+= md_rand.c rand_egd.c rand_err.c rand_lib.c rand_unix.c randfile.c
/NextBSD/contrib/ntp/util/
HDntp-keygen-opts.def1018 .Ic randfile
HDinvoke-ntp-keygen.texi753 @code{randfile}
/NextBSD/crypto/openssl/
HDCHANGES10594 *) File was opened incorrectly in randfile.c.
/NextBSD/contrib/ntp/
HDCommitLog117274 ports/winnt/libntp/randfile.c@1.5 +1 -2
161454 ports/winnt/libntp/randfile.c@1.4 +1 -6
162749 ports/winnt/libntp/randfile.c@1.3 +3 -2