Searched refs:randfile (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/crypto/openssl/crypto/rand/ |
| HD | Makefile | 20 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/ |
| HD | srp.c | 295 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()
|
| HD | dgst.c | 119 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()
|
| HD | req.c | 610 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()
|
| HD | ca.c | 321 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/ |
| HD | baldwin.conf | 9 crypto randfile /.rnd # enable public key
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | complete.conf.in | 20 crypto digest md5 host myhostname ident wedent pw cryptopass randfile /.rnd
|
| HD | ntp_crypto.c | 3810 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()
|
| HD | ntp.conf.def | 856 .Op Cm randfile Ar file 918 .It Cm randfile Ar file
|
| HD | invoke-ntp.conf.texi | 805 …{[@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/ |
| HD | Makefile | 273 SRCS+= md_rand.c rand_egd.c rand_err.c rand_lib.c rand_unix.c randfile.c
|
| /NextBSD/contrib/ntp/util/ |
| HD | ntp-keygen-opts.def | 1018 .Ic randfile
|
| HD | invoke-ntp-keygen.texi | 753 @code{randfile}
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 10594 *) File was opened incorrectly in randfile.c.
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog | 117274 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
|