Home
last modified time | relevance | path

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

/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()
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()
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()
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.c598 char *inrand=NULL; in MAIN() local
958 inrand= *(++argv); in MAIN()
1097 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN()
1102 if (inrand != NULL) in MAIN()
1104 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.c957 char *inrand=NULL; in MAIN() local
1297 inrand= *(++argv); in MAIN()
1499 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN()
1504 if (inrand != NULL) in MAIN()
1506 app_RAND_load_files(inrand)); in MAIN()
/external/openssl/patches/
D0009-cbc_record_splitting.patch48 char *inrand=NULL;