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

/freebsd-11-stable/crypto/openssl/apps/
H A Drand.c84 char *inrand = NULL; local
119 if ((argv[i + 1] != NULL) && (inrand == NULL))
120 inrand = argv[++i];
166 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
167 if (inrand != NULL)
169 app_RAND_load_files(inrand));
H A Dgendh.c98 char *inrand = NULL; local
137 inrand = *(++argv);
186 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
190 if (inrand != NULL)
192 app_RAND_load_files(inrand));
H A Dgenrsa.c103 char *inrand = NULL; local
148 inrand = *(++argv);
256 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
261 if (inrand != NULL)
263 app_RAND_load_files(inrand));
H A Dgendsa.c84 char *inrand = NULL, *dsaparams = NULL; local
124 inrand = *(++argv);
247 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
251 if (inrand != NULL)
253 app_RAND_load_files(inrand));
H A Ddhparam.c161 char *inrand = NULL; local
227 inrand = *(++argv);
296 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
300 if (inrand != NULL)
302 app_RAND_load_files(inrand));
H A Ddsaparam.c121 char *infile, *outfile, *prog, *inrand = NULL; local
189 inrand = *(++argv);
268 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
269 if (inrand != NULL)
271 app_RAND_load_files(inrand));
H A Decparam.c127 char *curve_name = NULL, *inrand = NULL; local
218 inrand = *(++argv);
571 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
572 if (inrand != NULL)
574 app_RAND_load_files(inrand));
H A Dsmime.c111 char *inrand = NULL; local
215 inrand = *args;
470 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
471 if (inrand != NULL)
473 app_RAND_load_files(inrand));
H A Dpkcs12.c129 char *inrand = NULL; local
233 inrand = *args;
436 if (export_cert || inrand) {
437 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
438 if (inrand != NULL)
440 app_RAND_load_files(inrand));
750 if (export_cert || inrand)
H A Dcms.c141 char *inrand = NULL; local
353 inrand = *args;
674 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
675 if (inrand != NULL)
677 app_RAND_load_files(inrand));
H A Dreq.c188 char *inrand = NULL; local
283 inrand = *(++argv);
621 if (inrand)
622 app_RAND_load_files(inrand);
H A Ds_client.c695 char *inrand = NULL; local
1106 inrand = *(++argv);
1256 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1261 if (inrand != NULL)
1263 app_RAND_load_files(inrand));
H A Ds_server.c1102 char *inrand = NULL; local
1514 inrand = *(++argv);
1737 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1742 if (inrand != NULL)
1744 app_RAND_load_files(inrand));

Completed in 167 milliseconds