Home | History | Annotate | Download | only in apps

Lines Matching full:bio_printf

279 			BIO_printf(bio_err,
354 BIO_printf(bio_err,"error in %s\n",argv[0]);
357 BIO_printf(bio_err,"bad exit\n");
429 BIO_printf(bio_stdout, "%s\n", argv[0]);
431 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
486 BIO_printf(bio_stdout, "%s\n",
495 BIO_printf(bio_err,"openssl:Error: '%s' is an invalid command.\n",
497 BIO_printf(bio_err, "\nStandard commands");
509 BIO_printf(bio_err,"\n");
515 if (!nl) BIO_printf(bio_err,"\n");
519 BIO_printf(bio_err,
525 BIO_printf(bio_err,"\nCipher commands (see the `enc' command for more details)\n");
529 BIO_printf(bio_err,"%-15s",fp->name);
531 BIO_printf(bio_err,"%-18s",fp->name);
534 BIO_printf(bio_err,"\n\n");
564 BIO_printf(out, "Name: %s\n",
566 BIO_printf(out, "\tType: Alias to %s\n",
571 BIO_printf(out, "Name: %s\n", pinfo);
572 BIO_printf(out, "\tType: %s Algorithm\n",
575 BIO_printf(out, "\tOID: %s\n", OBJ_nid2ln(pkey_id));
578 BIO_printf(out, "\tPEM string: %s\n", pem_str);
588 BIO_printf(arg, "%s\n", EVP_CIPHER_name(c));
595 BIO_printf(arg, "%s => %s\n", from, to);
608 BIO_printf(arg, "%s\n", EVP_MD_name(m));
615 BIO_printf(arg, "%s => %s\n", from, to);