Searched refs:bio_err (Results 1 – 3 of 3) sorted by relevance
1524 BIO *bio_err = NULL; local1532 if (bio_err == NULL)1533 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
6686 BIO *bio_err = NULL; local6688 bio_err = BIO_new(BIO_s_file());6689 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);6692 BIO_puts(bio_err, (const char *)msg);6694 DHparams_print(bio_err, dh);6696 BN_print(bio_err, dh->q);6697 BIO_puts(bio_err, (const char *)"\n");6698 BIO_free(bio_err);6705 BIO *bio_err = NULL; local6707 bio_err = BIO_new(BIO_s_file());[all …]
153 static BIO *bio_err = NULL; variable5208 if (bio_err == NULL) in OpenSSL_ListCRL()5209 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); in OpenSSL_ListCRL()