Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/src/
HDtls.c106 tls_rand_init(randfile, logl) in tls_rand_init() argument
107 char *randfile; in tls_rand_init()
128 randdef = (randfile == NULL || *randfile == '\0') ? RF_MISS : RF_OK;
130 if (randdef == RF_OK && sm_strncasecmp(randfile, "egd:", 4) == 0)
132 randfile += 4;
133 if (RAND_egd(randfile) < 0)
137 randfile);
144 if (randdef == RF_OK && sm_strncasecmp(randfile, "file:", 5) == 0)
150 randfile += 5;
157 if ((fd = safeopen(randfile, O_RDONLY, 0, sff)) >= 0)
[all …]
/trueos/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
/trueos/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
163 randfile = *(++argv); in MAIN()
313 if (randfile) in MAIN()
314 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.c327 char *randfile = NULL; in MAIN() local
637 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE"); in MAIN()
638 if (randfile == NULL) in MAIN()
640 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
1473 app_RAND_write_file(randfile, bio_err); in MAIN()
/trueos/contrib/ntp/conf/
HDbaldwin.conf9 crypto randfile /.rnd # enable public key
/trueos/secure/lib/libcrypto/
HDMakefile269 SRCS+= md_rand.c rand_egd.c rand_err.c rand_lib.c rand_unix.c randfile.c
/trueos/crypto/openssl/
HDCHANGES10078 *) File was opened incorrectly in randfile.c.