Searched refs:randfile (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/apps/lib/ |
H A D | app_rand.c | 21 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 D | tls.c | 239 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 D | baldwin.conf | 9 crypto randfile /.rnd # enable public key
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | build.info | 4 $CRYPTO=randfile.c rand_err.c rand_deprecated.c prov_seed.c rand_pool.c
|
/freebsd/tests/sys/cddl/zfs/tests/zfsd/ |
H A D | zfsd_replace_003_pos.ksh | 108 log_must $DD if=/dev/random of=/$TESTPOOL/randfile bs=1m count=1
|
/freebsd/contrib/ntp/ntpd/ |
H A D | complete.conf.in | 21 crypto digest md5 host myhostname ident wedent pw cryptopass randfile /.rnd
|
H A D | ntp_crypto.c | 3887 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 D | invoke-ntp.conf.texi | 824 @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 D | ntp.conf.def | 881 .Op Cm randfile Ar file 941 .It Cm randfile Ar file
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile | 457 SRCS+= rand_meth.c rand_pool.c randfile.c
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen-opts.def | 1111 .Cm randfile
|
H A D | invoke-ntp-keygen.texi | 845 @code{randfile}
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 19497 * File was opened incorrectly in randfile.c.
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |