Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/apps/
HDrand.c84 char *inrand = NULL; in MAIN() local
120 if ((argv[i + 1] != NULL) && (inrand == NULL)) in MAIN()
121 inrand = argv[++i]; in MAIN()
169 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
170 if (inrand != NULL) in MAIN()
172 app_RAND_load_files(inrand)); in MAIN()
HDgendh.c98 char *inrand = NULL; in MAIN() local
139 inrand = *(++argv); in MAIN()
190 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { in MAIN()
194 if (inrand != NULL) in MAIN()
196 app_RAND_load_files(inrand)); in MAIN()
HDgendsa.c84 char *inrand = NULL, *dsaparams = NULL; in MAIN() local
125 inrand = *(++argv); in MAIN()
250 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { in MAIN()
254 if (inrand != NULL) in MAIN()
256 app_RAND_load_files(inrand)); in MAIN()
HDgenrsa.c107 char *inrand = NULL; in MAIN() local
152 inrand = *(++argv); in MAIN()
262 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN()
267 if (inrand != NULL) in MAIN()
269 app_RAND_load_files(inrand)); in MAIN()
HDdhparam.c161 char *inrand = NULL; in MAIN() local
228 inrand = *(++argv); in MAIN()
299 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { in MAIN()
303 if (inrand != NULL) in MAIN()
305 app_RAND_load_files(inrand)); in MAIN()
HDdsaparam.c121 char *infile, *outfile, *prog, *inrand = NULL; in MAIN() local
190 inrand = *(++argv); in MAIN()
271 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
272 if (inrand != NULL) in MAIN()
274 app_RAND_load_files(inrand)); in MAIN()
HDecparam.c127 char *curve_name = NULL, *inrand = NULL; in MAIN() local
217 inrand = *(++argv); in MAIN()
569 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
570 if (inrand != NULL) in MAIN()
572 app_RAND_load_files(inrand)); in MAIN()
HDpkcs12.c128 char *inrand = NULL; in MAIN() local
234 inrand = *args; in MAIN()
439 if (export_cert || inrand) { in MAIN()
440 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
441 if (inrand != NULL) in MAIN()
443 app_RAND_load_files(inrand)); in MAIN()
753 if (export_cert || inrand) in MAIN()
HDsmime.c111 char *inrand = NULL; in MAIN() local
217 inrand = *args; in MAIN()
474 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
475 if (inrand != NULL) in MAIN()
477 app_RAND_load_files(inrand)); in MAIN()
HDcms.c141 char *inrand = NULL; in MAIN() local
355 inrand = *args; in MAIN()
678 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN()
679 if (inrand != NULL) in MAIN()
681 app_RAND_load_files(inrand)); in MAIN()
HDreq.c190 char *inrand = NULL; in MAIN() local
285 inrand = *(++argv); in MAIN()
622 if (inrand) in MAIN()
623 app_RAND_load_files(inrand); in MAIN()
HDs_client.c699 char *inrand = NULL; in MAIN() local
1097 inrand = *(++argv); in MAIN()
1236 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN()
1241 if (inrand != NULL) in MAIN()
1243 app_RAND_load_files(inrand)); in MAIN()
HDs_server.c1104 char *inrand = NULL; in MAIN() local
1498 inrand = *(++argv); in MAIN()
1712 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN()
1717 if (inrand != NULL) in MAIN()
1719 app_RAND_load_files(inrand)); in MAIN()