Lines Matching defs:bio_err
342 BIO *bio_err = NULL;
382 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
383 if (bio_err == NULL) {
384 fprintf(stderr, "openssl: failed to initialise bio_err\n");
389 BIO_printf(bio_err, "BIO_sock_init failed\n");
400 BIO_printf(bio_err, "error making config file name\n");
412 BIO_printf(bio_err,
418 ERR_print_errors(bio_err);
424 if (!load_config(bio_err, NULL)) {
425 BIO_printf(bio_err, "failed to load configuration\n");
459 if (bio_err != NULL) {
460 BIO_free(bio_err);
461 bio_err = NULL;
556 BIO_printf(bio_err,
572 BIO_printf(bio_err, "\nStandard commands");
581 BIO_printf(bio_err, "\n");
587 BIO_printf(bio_err, "\n");
590 BIO_printf(bio_err,
594 BIO_printf(bio_err, "\nCipher commands (see the `enc' command for more details)\n");
598 BIO_printf(bio_err, "%-15s", fp->name);
600 BIO_printf(bio_err, "%-18s", fp->name);
604 BIO_printf(bio_err, "\n\n");