HomeSort by relevance Sort by last modified time
    Searched full:inrand (Results 1 - 13 of 13) sorted by null

  /external/openssl/apps/
rand.c 86 char *inrand = NULL; local
126 if ((argv[i+1] != NULL) && (inrand == NULL))
127 inrand = argv[++i];
184 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
185 if (inrand != NULL)
187 app_RAND_load_files(inrand));
gendh.c 99 char *inrand=NULL; local
141 inrand= *(++argv);
195 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
199 if (inrand != NULL)
201 app_RAND_load_files(inrand));
gendsa.c 87 char *inrand=NULL,*dsaparams=NULL; local
129 inrand= *(++argv);
255 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
259 if (inrand != NULL)
261 app_RAND_load_files(inrand));
genrsa.c 105 char *inrand=NULL; local
151 inrand= *(++argv);
257 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
262 if (inrand != NULL)
264 app_RAND_load_files(inrand));
dsaparam.c 121 char *infile,*outfile,*prog,*inrand=NULL; local
196 inrand= *(++argv);
286 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
287 if (inrand != NULL)
289 app_RAND_load_files(inrand));
pkcs12.c 124 char *inrand = NULL; local
198 inrand = *args;
366 if(export_cert || inrand) {
367 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
368 if (inrand != NULL)
370 app_RAND_load_files(inrand));
684 if(export_cert || inrand) app_RAND_write_file(NULL, bio_err);
dhparam.c 163 char *inrand=NULL; local
234 inrand= *(++argv);
300 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
304 if (inrand != NULL)
306 app_RAND_load_files(inrand));
ecparam.c 126 char *curve_name = NULL, *inrand = NULL; local
232 inrand= *(++argv);
637 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
638 if (inrand != NULL)
640 app_RAND_load_files(inrand));
smime.c 110 char *inrand = NULL; local
219 inrand = *args;
507 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
508 if (inrand != NULL)
510 app_RAND_load_files(inrand));
cms.c 130 char *inrand = NULL; local
346 inrand = *args;
660 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
661 if (inrand != NULL)
663 app_RAND_load_files(inrand));
    [all...]
req.c 184 char *inrand=NULL; local
295 inrand= *(++argv);
635 if (inrand)
636 app_RAND_load_files(inrand);
    [all...]
s_client.c 415 char *inrand=NULL; local
713 inrand= *(++argv);
820 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
825 if (inrand != NULL)
827 app_RAND_load_files(inrand));
    [all...]
s_server.c 856 char *inrand=NULL; local
    [all...]

Completed in 197 milliseconds