Home | History | Annotate | Download | only in apps

Lines Matching refs:BIO_printf

148 		BIO_printf(bio_err,"usage: gendh [args] [numbits]\n");
149 BIO_printf(bio_err," -out file - output the key to 'file\n");
150 BIO_printf(bio_err," -2 - use 2 as the generator value\n");
151 /* BIO_printf(bio_err," -3 - use 3 as the generator value\n"); */
152 BIO_printf(bio_err," -5 - use 5 as the generator value\n");
154 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n");
156 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
157 BIO_printf(bio_err," - load the file (or the files in the directory) into\n");
158 BIO_printf(bio_err," the random number generator\n");
194 BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
197 BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
200 BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g);
201 BIO_printf(bio_err,"This is going to take a long time\n");