Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dapp_rand.c21 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); local
23 if (randfile == NULL) {
27 if (RAND_load_file(randfile, -1) < 0) {
28 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile);
32 save_rand_file = OPENSSL_strdup(randfile);
35 BIO_printf(bio_err, "Can't duplicate %s\n", randfile);
/freebsd/contrib/sendmail/src/
H A Dtls.c239 tls_rand_init(randfile, logl)
240 char *randfile;
261 randdef = (SM_IS_EMPTY(randfile)) ? RF_MISS : RF_OK;
263 if (randdef == RF_OK && sm_strncasecmp(randfile, "egd:", 4) == 0)
265 randfile += 4;
266 if (RAND_egd(randfile) < 0)
270 randfile);
278 if (randdef == RF_OK && sm_strncasecmp(randfile, "file:", 5) == 0)
284 randfile += 5;
291 if ((fd = safeopen(randfile, O_RDONLY, 0, sff)) >= 0)
[all …]
/freebsd/contrib/ntp/conf/
H A Dbaldwin.conf9 crypto randfile /.rnd # enable public key
/freebsd/crypto/openssl/crypto/rand/
H A Dbuild.info4 $CRYPTO=randfile.c rand_err.c rand_deprecated.c prov_seed.c rand_pool.c
/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_replace_003_pos.ksh108 log_must $DD if=/dev/random of=/$TESTPOOL/randfile bs=1m count=1
/freebsd/contrib/ntp/ntpd/
H A Dcomplete.conf.in21 crypto digest md5 host myhostname ident wedent pw cryptopass randfile /.rnd
H A Dntp_crypto.c3887 char *randfile;
3914 randfile = filename; in crypto_setup()
3918 randfile = filename; in crypto_setup()
3920 randfile = rand_file; in crypto_setup()
3922 if ((bytes = RAND_load_file(randfile, -1)) == 0) { in crypto_setup()
3925 randfile); in crypto_setup()
3930 RAND_write_file(randfile); in crypto_setup()
3932 OpenSSL_version_num(), randfile, bytes)); in crypto_setup()
4109 * Set random seed file name (randfile). in crypto_config()
3896 char *randfile; crypto_setup() local
H A Dinvoke-ntp.conf.texi824 @item @code{crypto} @code{[@code{cert} @kbd{file}]} @code{[@code{leap} @kbd{file}]} @code{[@code{randfile} @kbd{file}]} @code{[@code{host} @kbd{file}]} @code{[@code{gq} @kbd{file}]} @code{[@code{gqpar} @kbd{file}]} @code{[@code{iffpar} @kbd{file}]} @code{[@code{mvpar} @kbd{file}]} @code{[@code{pw} @kbd{password}]}
877 @item @code{randfile} @kbd{file}
H A Dntp.conf.def881 .Op Cm randfile Ar file
941 .It Cm randfile Ar file
/freebsd/secure/lib/libcrypto/
H A DMakefile457 SRCS+= rand_meth.c rand_pool.c randfile.c
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.def1111 .Cm randfile
H A Dinvoke-ntp-keygen.texi845 @code{randfile}
/freebsd/crypto/openssl/
H A DCHANGES.md19497 * File was opened incorrectly in randfile.c.
/freebsd/contrib/ntp/
H A DCommitLog[all...]