Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapp_rand.c21 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
23 if (randfile == NULL) { in app_RAND_load_conf()
27 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
28 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
32 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
35 BIO_printf(bio_err, "Can't duplicate %s\n", randfile); in app_RAND_load_conf()
/third_party/openssl/apps/lib/
H A Dapp_rand.c21 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf() local
23 if (randfile == NULL) { in app_RAND_load_conf()
27 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
28 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile); in app_RAND_load_conf()
32 save_rand_file = OPENSSL_strdup(randfile); in app_RAND_load_conf()
35 BIO_printf(bio_err, "Can't duplicate %s\n", randfile); in app_RAND_load_conf()

Completed in 1 milliseconds