Home | History | Annotate | Download | only in apps

Lines Matching full:bio_printf

194 			BIO_printf(bio_err,"unknown option %s\n",*argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
206 BIO_printf(bio_err,"where options are\n");
207 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
208 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
209 BIO_printf(bio_err," -in arg input file\n");
210 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
211 BIO_printf(bio_err," -out arg output file\n");
212 BIO_printf(bio_err," -passout arg output file pass phrase source\n");
214 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
216 BIO_printf(bio_err," -des encrypt PEM output with cbc des\n");
217 BIO_printf(bio_err," -des3 encrypt PEM output with ede cbc des using 168 bit key\n");
219 BIO_printf(bio_err," -idea encrypt PEM output with cbc idea\n");
222 BIO_printf(bio_err," -aes128, -aes192, -aes256\n");
223 BIO_printf(bio_err," encrypt PEM output with cbc aes\n");
226 BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n");
227 BIO_printf(bio_err," encrypt PEM output with cbc camellia\n");
230 BIO_printf(bio_err," -seed encrypt PEM output with cbc seed\n");
232 BIO_printf(bio_err," -text print the key in text\n");
233 BIO_printf(bio_err," -noout don't print key out\n");
234 BIO_printf(bio_err," -modulus print the DSA public value\n");
245 BIO_printf(bio_err, "Error getting passwords\n");
268 BIO_printf(bio_err,"read DSA key\n");
288 BIO_printf(bio_err,"unable to load Key\n");
328 BIO_printf(bio_err,"writing DSA key\n");
351 BIO_printf(bio_err,"bad output format specified for outfile\n");
356 BIO_printf(bio_err,"unable to write private key\n");