Searched refs:inrand (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Drand.c84 char *inrand = NULL; local
120 if ((argv[i + 1] != NULL) && (inrand == NULL))
121 inrand = argv[++i];
169 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
170 if (inrand != NULL)
172 app_RAND_load_files(inrand));
H A Dgendh.c98 char *inrand = NULL; local
139 inrand = *(++argv);
190 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
194 if (inrand != NULL)
196 app_RAND_load_files(inrand));
H A Dgendsa.c84 char *inrand = NULL, *dsaparams = NULL; local
125 inrand = *(++argv);
250 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
254 if (inrand != NULL)
256 app_RAND_load_files(inrand));
H A Dgenrsa.c107 char *inrand = NULL; local
152 inrand = *(++argv);
262 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
267 if (inrand != NULL)
269 app_RAND_load_files(inrand));
H A Ddhparam.c161 char *inrand = NULL; local
228 inrand = *(++argv);
299 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
303 if (inrand != NULL)
305 app_RAND_load_files(inrand));
H A Ddsaparam.c121 char *infile, *outfile, *prog, *inrand = NULL; local
190 inrand = *(++argv);
271 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
272 if (inrand != NULL)
274 app_RAND_load_files(inrand));
H A Decparam.c127 char *curve_name = NULL, *inrand = NULL; local
217 inrand = *(++argv);
569 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
570 if (inrand != NULL)
572 app_RAND_load_files(inrand));
H A Dsmime.c111 char *inrand = NULL; local
217 inrand = *args;
474 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
475 if (inrand != NULL)
477 app_RAND_load_files(inrand));
H A Dpkcs12.c129 char *inrand = NULL; local
235 inrand = *args;
440 if (export_cert || inrand) {
441 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
442 if (inrand != NULL)
444 app_RAND_load_files(inrand));
754 if (export_cert || inrand)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Drand.c84 char *inrand = NULL; local
120 if ((argv[i + 1] != NULL) && (inrand == NULL))
121 inrand = argv[++i];
169 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
170 if (inrand != NULL)
172 app_RAND_load_files(inrand));
H A Dgendh.c98 char *inrand = NULL; local
139 inrand = *(++argv);
190 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
194 if (inrand != NULL)
196 app_RAND_load_files(inrand));
H A Dgendsa.c84 char *inrand = NULL, *dsaparams = NULL; local
125 inrand = *(++argv);
250 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
254 if (inrand != NULL)
256 app_RAND_load_files(inrand));
H A Dgenrsa.c107 char *inrand = NULL; local
152 inrand = *(++argv);
262 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
267 if (inrand != NULL)
269 app_RAND_load_files(inrand));
H A Ddhparam.c161 char *inrand = NULL; local
228 inrand = *(++argv);
299 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
303 if (inrand != NULL)
305 app_RAND_load_files(inrand));
H A Ddsaparam.c121 char *infile, *outfile, *prog, *inrand = NULL; local
190 inrand = *(++argv);
271 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
272 if (inrand != NULL)
274 app_RAND_load_files(inrand));
H A Decparam.c127 char *curve_name = NULL, *inrand = NULL; local
217 inrand = *(++argv);
569 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
570 if (inrand != NULL)
572 app_RAND_load_files(inrand));
H A Dsmime.c111 char *inrand = NULL; local
217 inrand = *args;
474 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
475 if (inrand != NULL)
477 app_RAND_load_files(inrand));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Drand.c85 char *inrand = NULL; local
124 if ((argv[i+1] != NULL) && (inrand == NULL))
125 inrand = argv[++i];
171 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
172 if (inrand != NULL)
174 app_RAND_load_files(inrand));
H A Dgendh.c99 char *inrand=NULL; local
141 inrand= *(++argv);
195 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
199 if (inrand != NULL)
201 app_RAND_load_files(inrand));
H A Dgendsa.c87 char *inrand=NULL,*dsaparams=NULL; local
129 inrand= *(++argv);
247 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
251 if (inrand != NULL)
253 app_RAND_load_files(inrand));
H A Dgenrsa.c105 char *inrand=NULL; local
151 inrand= *(++argv);
249 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
254 if (inrand != NULL)
256 app_RAND_load_files(inrand));
H A Ddhparam.c163 char *inrand=NULL; local
234 inrand= *(++argv);
300 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
304 if (inrand != NULL)
306 app_RAND_load_files(inrand));
H A Ddsaparam.c121 char *infile,*outfile,*prog,*inrand=NULL; local
196 inrand= *(++argv);
286 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
287 if (inrand != NULL)
289 app_RAND_load_files(inrand));
H A Decparam.c126 char *curve_name = NULL, *inrand = NULL; local
232 inrand= *(++argv);
637 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
638 if (inrand != NULL)
640 app_RAND_load_files(inrand));
H A Dsmime.c106 char *inrand = NULL; local
201 inrand = *args;
487 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
488 if (inrand != NULL)
490 app_RAND_load_files(inrand));

Completed in 209 milliseconds

12