Searched defs:inrand (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dgendsa.c84 char *inrand=NULL,*dsaparams=NULL; local
126 inrand= *(++argv);
252 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
256 if (inrand != NULL)
258 app_RAND_load_files(inrand));
H A Drand.c83 char *inrand = NULL; local
123 if ((argv[i+1] != NULL) && (inrand == NULL))
124 inrand = argv[++i];
181 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
182 if (inrand != NULL)
184 app_RAND_load_files(inrand));
H A Dgendh.c96 char *inrand=NULL; local
138 inrand= *(++argv);
192 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
196 if (inrand != NULL)
198 app_RAND_load_files(inrand));
H A Ddhparam.c160 char *inrand=NULL; local
231 inrand= *(++argv);
297 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
301 if (inrand != NULL)
303 app_RAND_load_files(inrand));
H A Dgenrsa.c105 char *inrand=NULL; local
151 inrand= *(++argv);
257 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
262 if (inrand != NULL)
264 app_RAND_load_files(inrand));
H A Ddsaparam.c118 char *infile,*outfile,*prog,*inrand=NULL; local
193 inrand= *(++argv);
283 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
284 if (inrand != NULL)
286 app_RAND_load_files(inrand));
H A Decparam.c126 char *curve_name = NULL, *inrand = NULL; local
229 inrand= *(++argv);
634 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
635 if (inrand != NULL)
637 app_RAND_load_files(inrand));
H A Dsmime.c110 char *inrand = NULL; local
219 inrand = *args;
507 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
508 if (inrand != NULL)
510 app_RAND_load_files(inrand));
H A Dcms.c130 char *inrand = NULL; local
356 inrand = *args;
670 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
671 if (inrand != NULL)
673 app_RAND_load_files(inrand));
H A Dpkcs12.c124 char *inrand = NULL; local
198 inrand = *args;
366 if(export_cert || inrand) {
367 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
368 if (inrand != NULL)
370 app_RAND_load_files(inrand));
684 if(export_cert || inrand) app_RAND_write_file(NULL, bio_err);
H A Dreq.c184 char *inrand=NULL; local
295 inrand= *(++argv);
644 if (inrand)
645 app_RAND_load_files(inrand);
H A Ds_client.c593 char *inrand=NULL; local
939 inrand= *(++argv);
1078 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1083 if (inrand != NULL)
1085 app_RAND_load_files(inrand));
H A Ds_server.c951 char *inrand=NULL; local
1291 inrand= *(++argv);
1485 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1490 if (inrand != NULL)
1492 app_RAND_load_files(inrand));
/external/openssl/apps/
H A Dgendsa.c84 char *inrand=NULL,*dsaparams=NULL; local
126 inrand= *(++argv);
252 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
256 if (inrand != NULL)
258 app_RAND_load_files(inrand));
H A Drand.c83 char *inrand = NULL; local
123 if ((argv[i+1] != NULL) && (inrand == NULL))
124 inrand = argv[++i];
181 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
182 if (inrand != NULL)
184 app_RAND_load_files(inrand));
H A Dgendh.c96 char *inrand=NULL; local
138 inrand= *(++argv);
192 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
196 if (inrand != NULL)
198 app_RAND_load_files(inrand));
H A Ddhparam.c160 char *inrand=NULL; local
231 inrand= *(++argv);
297 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
301 if (inrand != NULL)
303 app_RAND_load_files(inrand));
H A Dgenrsa.c105 char *inrand=NULL; local
151 inrand= *(++argv);
257 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
262 if (inrand != NULL)
264 app_RAND_load_files(inrand));
H A Ddsaparam.c118 char *infile,*outfile,*prog,*inrand=NULL; local
193 inrand= *(++argv);
283 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
284 if (inrand != NULL)
286 app_RAND_load_files(inrand));
H A Decparam.c126 char *curve_name = NULL, *inrand = NULL; local
229 inrand= *(++argv);
634 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
635 if (inrand != NULL)
637 app_RAND_load_files(inrand));
H A Dsmime.c110 char *inrand = NULL; local
219 inrand = *args;
507 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
508 if (inrand != NULL)
510 app_RAND_load_files(inrand));
H A Dcms.c130 char *inrand = NULL; local
356 inrand = *args;
670 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
671 if (inrand != NULL)
673 app_RAND_load_files(inrand));
H A Dpkcs12.c124 char *inrand = NULL; local
198 inrand = *args;
366 if(export_cert || inrand) {
367 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
368 if (inrand != NULL)
370 app_RAND_load_files(inrand));
684 if(export_cert || inrand) app_RAND_write_file(NULL, bio_err);
H A Dreq.c184 char *inrand=NULL; local
295 inrand= *(++argv);
644 if (inrand)
645 app_RAND_load_files(inrand);
H A Ds_client.c594 char *inrand=NULL; local
946 inrand= *(++argv);
1085 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1090 if (inrand != NULL)
1092 app_RAND_load_files(inrand));

Completed in 189 milliseconds

12