| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| app_rand.c | 22 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);
|
| app_rand.c | 22 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/crypto/external/bsd/openssl/dist/apps/lib/ |
| 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);
|
| 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);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| app_rand.c | 20 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);
|
| app_rand.c | 20 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);
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_crypto.c | 3889 char *randfile; local 3916 randfile = filename; 3920 randfile = filename; 3922 randfile = rand_file; 3924 if ((bytes = RAND_load_file(randfile, -1)) == 0) { 3927 randfile); 3932 RAND_write_file(randfile); 3934 OpenSSL_version_num(), randfile, bytes)); 4111 * Set random seed file name (randfile).
|
| ntp_crypto.c | 3889 char *randfile; local 3916 randfile = filename; 3920 randfile = filename; 3922 randfile = rand_file; 3924 if ((bytes = RAND_load_file(randfile, -1)) == 0) { 3927 randfile); 3932 RAND_write_file(randfile); 3934 OpenSSL_version_num(), randfile, bytes)); 4111 * Set random seed file name (randfile).
|