Searched refs:randfile (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ntp/conf/
H A Dbaldwin.conf9 crypto randfile /.rnd # enable public key
/freebsd-12-stable/crypto/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); local
22 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);
/freebsd-12-stable/contrib/sendmail/src/
H A Dtls.c186 ** randfile -- name of file with random data
198 # define RF_OK 0 /* randfile OK */
199 # define RF_MISS 1 /* randfile == NULL || *randfile == '\0' */
200 # define RF_UNKNOWN 2 /* unknown prefix for randfile */
209 tls_rand_init(randfile, logl)
210 char *randfile;
231 randdef = (randfile == NULL || *randfile == '\0') ? RF_MISS : RF_OK;
233 if (randdef == RF_OK && sm_strncasecmp(randfile, "eg
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_replace_003_pos.ksh111 log_must $DD if=/dev/random of=/$TESTPOOL/randfile bs=1m count=1
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c3896 char *randfile; local
3924 randfile = filename;
3928 randfile = filename;
3930 randfile = rand_file;
3932 if ((bytes = RAND_load_file(randfile, -1)) == 0) {
3935 randfile);
3940 RAND_write_file(randfile);
3942 OpenSSL_version_num(), randfile, bytes));
4119 * Set random seed file name (randfile).
/freebsd-12-stable/secure/lib/libcrypto/
H A DMakefile286 SRCS+= drbg_ctr.c drbg_lib.c rand_err.c rand_lib.c rand_unix.c randfile.c

Completed in 202 milliseconds