Home
last modified time | relevance | path

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

12345678910

/dports/devel/9base/9base-6/lib9/
H A Dtruerand.c10 static char *randfile; in truerand() local
13 randfd = open(randfile="/dev/random", OREAD); in truerand()
16 randfd = open(randfile="/dev/srandom", OREAD); /* OpenBSD */ in truerand()
18 sysfatal("can't open %s: %r", randfile); in truerand()
23 sysfatal("can't read %s: %r", randfile); in truerand()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Dtruerand.c11 static char *randfile; in truerand() local
14 randfd = open(randfile="/dev/random", OREAD); in truerand()
17 randfd = open(randfile="/dev/srandom", OREAD); /* OpenBSD */ in truerand()
19 sysfatal("can't open %s: %r", randfile); in truerand()
24 sysfatal("can't read %s: %r", randfile); in truerand()
/dports/security/openssl-devel/openssl-3.0.2/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);
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/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);
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE");
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);
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/security/openssl-static/openssl-1.1.1l/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/security/openssl/openssl-1.1.1n/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE");
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);
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/apps/
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
22 if (randfile == NULL) { in app_RAND_load_conf()
26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
31 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
/dports/net/ntp/ntp-4.2.8p15/ports/winnt/libntp/
H A Drandfile.c18 char *randfile; in init_randfile() local
24 randfile = getenv("RANDFILE"); in init_randfile()
25 if (randfile != NULL) { in init_randfile()
26 rf = fopen(randfile, "rb"); in init_randfile()
33 return (create_random_file(randfile)); in init_randfile()

12345678910