Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/lib/
H A Dapp_rand.c22 const char *randfile = app_conf_try_string(c, section, "RANDFILE"); local
24 if (randfile == NULL)
26 if (RAND_load_file(randfile, -1) < 0) {
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile);
31 save_rand_file = OPENSSL_strdup(randfile);
34 BIO_printf(bio_err, "Can't duplicate %s\n", randfile);
/src/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 …]
/src/contrib/ntp/conf/
H A Dbaldwin.conf9 crypto randfile /.rnd # enable public key
/src/crypto/openssl/crypto/rand/
H A Dbuild.info4 $CRYPTO=randfile.c rand_err.c rand_deprecated.c prov_seed.c rand_uniform.c
/src/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
/src/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; in crypto_setup() local
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()
H A Dntp.conf.def881 .Op Cm randfile Ar file
941 .It Cm randfile Ar file
H A Dinvoke-ntp.conf.texi824 …{[@code{cert} @kbd{file}]} @code{[@code{leap} @kbd{file}]} @code{[@code{randfile} @kbd{file}]} @co…
877 @item @code{randfile} @kbd{file}
/src/secure/lib/libcrypto/
H A DMakefile499 SRCS+= rand_meth.c rand_pool.c rand_uniform.c randfile.c
/src/contrib/ntp/util/
H A Dntp-keygen-opts.def1111 .Cm randfile
H A Dinvoke-ntp-keygen.texi845 @code{randfile}
/src/crypto/openssl/
H A DCHANGES.md21182 * File was opened incorrectly in randfile.c.
/src/contrib/ntp/
H A DCommitLog142753 ports/winnt/libntp/randfile.c@1.5 +1 -2
186818 ports/winnt/libntp/randfile.c@1.4 +1 -6
188112 ports/winnt/libntp/randfile.c@1.3 +3 -2