HomeSort by relevance Sort by last modified time
    Searched refs:randfile (Results 1 - 5 of 5) sorted by null

  /external/openssl/apps/
srp.c 79 #define ENV_RANDFILE "RANDFILE"
296 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);
dgst.c 119 const char *sigfile = NULL, *randfile = NULL; local
164 randfile=*(++argv);
322 if(randfile)
323 app_RAND_load_file(randfile, bio_err, 0);
req.c 631 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);
708 app_RAND_write_file(randfile, bio_err);
    [all...]
ca.c 120 #define ENV_RANDFILE "RANDFILE"
322 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);
    [all...]
  /external/openssl/
Crypto.mk 420 crypto/rand/randfile.c \

Completed in 686 milliseconds