Home | History | Annotate | Download | only in apps

Lines Matching full:bio_printf

183 				BIO_printf(bio_err, "Unknown cipher %s\n",
199 BIO_printf(bio_err, "Usage: genpkey [options]\n");
200 BIO_printf(bio_err, "where options may be\n");
201 BIO_printf(bio_err, "-out file output file\n");
202 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
203 BIO_printf(bio_err, "-pass arg output file pass phrase source\n");
204 BIO_printf(bio_err, "-<cipher> use cipher <cipher> to encrypt the key\n");
206 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
208 BIO_printf(bio_err, "-paramfile file parameters file\n");
209 BIO_printf(bio_err, "-algorithm alg the public key algorithm\n");
210 BIO_printf(bio_err, "-pkeyopt opt:value set the public key algorithm option <opt>\n"
212 BIO_printf(bio_err, "-genparam generate parameters, not key\n");
213 BIO_printf(bio_err, "-text print the in text\n");
214 BIO_printf(bio_err, "NB: options order may be important! See the manual page.\n");
228 BIO_printf(bio_err,
275 BIO_printf(bio_err, "Bad format specified for key\n");
330 BIO_printf(err, "Can't open parameter file %s\n", file);
339 BIO_printf(bio_err, "Error reading parameter file %s\n", file);
386 BIO_printf(bio_err, "Algorithm %s not found\n", algname);
416 BIO_printf(err, "Error initializing %s context\n", algname);