Lines Matching refs:randfile
631 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
632 if (randfile == NULL)
634 app_RAND_load_file(randfile, bio_err, 0);
640 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
641 if (randfile == NULL)
643 app_RAND_load_file(randfile, bio_err, 0);
708 app_RAND_write_file(randfile, bio_err);