/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/ |
Crypto-config.mk | 434 crypto/rand/randfile.c \
|
/external/openssl/ |
Crypto-config.mk | 430 crypto/rand/randfile.c \
|
/external/chromium_org/third_party/openssl/ |
openssl.target.darwin-arm.mk | 426 third_party/openssl/openssl/crypto/rand/randfile.c \ [all...] |
openssl.target.darwin-mips.mk | 425 third_party/openssl/openssl/crypto/rand/randfile.c \ [all...] |
openssl.target.darwin-x86.mk | 420 third_party/openssl/openssl/crypto/rand/randfile.c \ [all...] |
openssl.target.linux-arm.mk | 426 third_party/openssl/openssl/crypto/rand/randfile.c \ [all...] |
openssl.target.linux-mips.mk | 425 third_party/openssl/openssl/crypto/rand/randfile.c \ [all...] |
openssl.target.linux-x86.mk | 420 third_party/openssl/openssl/crypto/rand/randfile.c \ [all...] |