Home | History | Annotate | Download | only in apps

Lines Matching defs:bio_err

152 BIO *bio_err=NULL;
213 /* we cannot use bio_err here */
291 if (bio_err == NULL)
292 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
293 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
349 BIO_printf(bio_err,
358 ERR_print_errors(bio_err);
424 BIO_printf(bio_err,"error in %s\n",argv[0]);
425 (void)BIO_flush(bio_err);
427 BIO_printf(bio_err,"bad exit\n");
442 CRYPTO_mem_leaks(bio_err);
443 if (bio_err != NULL)
445 BIO_free(bio_err);
446 bio_err=NULL;
550 if (!load_config(bio_err, NULL))
572 BIO_printf(bio_err,"openssl:Error: '%s' is an invalid command.\n",
574 BIO_printf(bio_err, "\nStandard commands");
586 BIO_printf(bio_err,"\n");
592 if (!nl) BIO_printf(bio_err,"\n");
596 BIO_printf(bio_err,
602 BIO_printf(bio_err,"\nCipher commands (see the `enc' command for more details)\n");
606 BIO_printf(bio_err,"%-15s",fp->name);
608 BIO_printf(bio_err,"%-18s",fp->name);
611 BIO_printf(bio_err,"\n\n");