Searched refs:bio_err (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1524 BIO *bio_err = NULL; local
1532 if (bio_err == NULL)
1533 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c6686 BIO *bio_err = NULL; local
6688 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; local
6707 bio_err
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c153 static BIO *bio_err = NULL; variable
5206 if (bio_err == NULL)
5207 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);

Completed in 69 milliseconds