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

/external/openssl/apps/
H A Dsrp.c296 char *randfile=NULL; local
494 if (randfile == NULL && conf)
495 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
507 if (randfile == NULL)
510 app_RAND_load_file(randfile, bio_err, 0);
744 if (randfile) app_RAND_write_file(randfile, bio_err);
H A Ddgst.c119 const char *sigfile = NULL, *randfile = NULL; local
164 randfile=*(++argv);
322 if(randfile)
323 app_RAND_load_file(randfile, bio_err, 0);
H A Dreq.c631 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); local
632 if (randfile == NULL)
634 app_RAND_load_file(randfile, bio_err, 0);
640 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); local
641 if (randfile == NULL)
643 app_RAND_load_file(randfile, bio_err, 0);
707 app_RAND_write_file(randfile, bio_err);
H A Dca.c322 char *randfile=NULL; local
671 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
672 if (randfile == NULL)
674 app_RAND_load_file(randfile, bio_err, 0);
1551 app_RAND_write_file(randfile, bio_err);
/external/openssl/
H A DCrypto-config-host.mk432 crypto/rand/randfile.c \
H A DCrypto-config-target.mk432 crypto/rand/randfile.c \

Completed in 2398 milliseconds