Home
last modified time | relevance | path

Searched refs:inrand (Results 1 – 25 of 27) sorted by relevance

12

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

12