Searched refs:bio_err (Results 1 – 3 of 3) sorted by relevance
1470 BIO *bio_err = NULL; local1478 if (bio_err == NULL)1479 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
6872 BIO *bio_err = NULL; local6874 bio_err = BIO_new(BIO_s_file());6875 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);6878 BIO_puts(bio_err, (const char *)msg);6880 DHparams_print(bio_err, dh);6882 BN_print(bio_err, dh->q);6883 BIO_puts(bio_err, (const char *)"\n");6884 BIO_free(bio_err);6891 BIO *bio_err = NULL; local6893 bio_err = BIO_new(BIO_s_file());[all …]
163 static BIO *bio_err = NULL; variable5224 if (bio_err == NULL) in OpenSSL_ListCRL()5225 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); in OpenSSL_ListCRL()