Home
last modified time | relevance | path

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

/external/openssl/apps/
Drand.c86 char *inrand = NULL; in MAIN() local
126 if ((argv[i+1] != NULL) && (inrand == NULL)) in MAIN()
127 inrand = argv[++i]; in MAIN()
184 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
185 if (inrand != NULL) in MAIN()
187 app_RAND_load_files(inrand)); in MAIN()
Dgendh.c99 char *inrand=NULL; in MAIN() local
141 inrand= *(++argv); in MAIN()
195 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) in MAIN()
199 if (inrand != NULL) in MAIN()
201 app_RAND_load_files(inrand)); in MAIN()
Dgendsa.c87 char *inrand=NULL,*dsaparams=NULL; in MAIN() local
129 inrand= *(++argv); in MAIN()
255 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) in MAIN()
259 if (inrand != NULL) in MAIN()
261 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.c121 char *infile,*outfile,*prog,*inrand=NULL; in MAIN() local
196 inrand= *(++argv); in MAIN()
286 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
287 if (inrand != NULL) in MAIN()
289 app_RAND_load_files(inrand)); in MAIN()
Ddhparam.c163 char *inrand=NULL; in MAIN() local
234 inrand= *(++argv); in MAIN()
300 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) in MAIN()
304 if (inrand != NULL) in MAIN()
306 app_RAND_load_files(inrand)); in MAIN()
Decparam.c126 char *curve_name = NULL, *inrand = NULL; in MAIN() local
232 inrand= *(++argv); in MAIN()
637 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
638 if (inrand != NULL) in MAIN()
640 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
346 inrand = *args; in MAIN()
660 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
661 if (inrand != NULL) in MAIN()
663 app_RAND_load_files(inrand)); in MAIN()
Ds_client.c415 char *inrand=NULL; in MAIN() local
713 inrand= *(++argv); in MAIN()
820 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN()
825 if (inrand != NULL) in MAIN()
827 app_RAND_load_files(inrand)); in MAIN()
Dreq.c184 char *inrand=NULL; in MAIN() local
295 inrand= *(++argv); in MAIN()
635 if (inrand) in MAIN()
636 app_RAND_load_files(inrand); in MAIN()
Ds_server.c856 char *inrand=NULL; in MAIN() local
1174 inrand= *(++argv); in MAIN()
1329 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN()
1334 if (inrand != NULL) in MAIN()
1336 app_RAND_load_files(inrand)); in MAIN()