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

/freebsd-10-stable/crypto/openssl/apps/
H A Drand.c84 char *inrand = NULL; local
120 if ((argv[i + 1] != NULL) && (inrand == NULL))
121 inrand = argv[++i];
169 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
170 if (inrand != NULL)
172 app_RAND_load_files(inrand));
H A Dgendh.c98 char *inrand = NULL; local
139 inrand = *(++argv);
190 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
194 if (inrand != NULL)
196 app_RAND_load_files(inrand));
H A Dgendsa.c84 char *inrand = NULL, *dsaparams = NULL; local
125 inrand = *(++argv);
250 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
254 if (inrand != NULL)
256 app_RAND_load_files(inrand));
H A Dgenrsa.c107 char *inrand = NULL; local
152 inrand = *(++argv);
262 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
267 if (inrand != NULL)
269 app_RAND_load_files(inrand));
H A Ddsaparam.c121 char *infile, *outfile, *prog, *inrand = NULL; local
190 inrand = *(++argv);
271 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
272 if (inrand != NULL)
274 app_RAND_load_files(inrand));
H A Ddhparam.c161 char *inrand = NULL; local
228 inrand = *(++argv);
299 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
303 if (inrand != NULL)
305 app_RAND_load_files(inrand));
H A Decparam.c127 char *curve_name = NULL, *inrand = NULL; local
217 inrand = *(++argv);
566 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
567 if (inrand != NULL)
569 app_RAND_load_files(inrand));
H A Dsmime.c111 char *inrand = NULL; local
217 inrand = *args;
474 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
475 if (inrand != NULL)
477 app_RAND_load_files(inrand));
H A Dpkcs12.c129 char *inrand = NULL; local
235 inrand = *args;
440 if (export_cert || inrand) {
441 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
442 if (inrand != NULL)
444 app_RAND_load_files(inrand));
754 if (export_cert || inrand)
H A Dcms.c131 char *inrand = NULL; local
335 inrand = *args;
613 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
614 if (inrand != NULL)
616 app_RAND_load_files(inrand));
H A Dreq.c190 char *inrand = NULL; local
285 inrand = *(++argv);
622 if (inrand)
623 app_RAND_load_files(inrand);
H A Ds_client.c654 char *inrand = NULL; local
973 inrand = *(++argv);
1090 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1095 if (inrand != NULL)
1097 app_RAND_load_files(inrand));
H A Ds_server.c1033 char *inrand = NULL; local
1352 inrand = *(++argv);
1524 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1529 if (inrand != NULL)
1531 app_RAND_load_files(inrand));

Completed in 272 milliseconds