Home | History | Annotate | Download | only in apps

Lines Matching defs:bio_err

151 BIO *bio_err=NULL;
212 /* we cannot use bio_err here */
290 if (bio_err == NULL)
291 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
292 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
348 BIO_printf(bio_err,
357 ERR_print_errors(bio_err);
423 BIO_printf(bio_err,"error in %s\n",argv[0]);
424 (void)BIO_flush(bio_err);
426 BIO_printf(bio_err,"bad exit\n");
441 CRYPTO_mem_leaks(bio_err);
442 if (bio_err != NULL)
444 BIO_free(bio_err);
445 bio_err=NULL;
549 if (!load_config(bio_err, NULL))
571 BIO_printf(bio_err,"openssl:Error: '%s' is an invalid command.\n",
573 BIO_printf(bio_err, "\nStandard commands");
585 BIO_printf(bio_err,"\n");
591 if (!nl) BIO_printf(bio_err,"\n");
595 BIO_printf(bio_err,
601 BIO_printf(bio_err,"\nCipher commands (see the `enc' command for more details)\n");
605 BIO_printf(bio_err,"%-15s",fp->name);
607 BIO_printf(bio_err,"%-18s",fp->name);
610 BIO_printf(bio_err,"\n\n");