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

/freebsd-9.3-release/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 Dgenrsa.c105 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 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 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 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 Decparam.c127 char *curve_name = NULL, *inrand = NULL; local
217 inrand = *(++argv);
567 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
568 if (inrand != NULL)
570 app_RAND_load_files(inrand));
H A Dsmime.c107 char *inrand = NULL; local
202 inrand = *args;
435 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
436 if (inrand != NULL)
438 app_RAND_load_files(inrand));
H A Dpkcs12.c133 char *inrand = NULL; local
254 inrand = *args;
455 if (export_cert || inrand) {
456 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
457 if (inrand != NULL)
459 app_RAND_load_files(inrand));
761 if (export_cert || inrand)
H A Ds_client.c359 char *inrand = NULL; local
603 inrand = *(++argv);
676 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
681 if (inrand != NULL)
683 app_RAND_load_files(inrand));
H A Dcms.c128 char *inrand = NULL; local
321 inrand = *args;
597 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
598 if (inrand != NULL)
600 app_RAND_load_files(inrand));
H A Dreq.c196 char *inrand = NULL; local
283 inrand = *(++argv);
715 if (inrand)
716 app_RAND_load_files(inrand);
H A Ds_server.c802 char *inrand = NULL; local
1064 inrand = *(++argv);
1185 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1190 if (inrand != NULL)
1192 app_RAND_load_files(inrand));

Completed in 213 milliseconds