Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1470 BIO *bio_err = NULL; local
1478 if (bio_err == NULL)
1479 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c6872 BIO *bio_err = NULL; local
6874 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; local
6893 bio_err = BIO_new(BIO_s_file());
[all …]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c163 static BIO *bio_err = NULL; variable
5224 if (bio_err == NULL) in OpenSSL_ListCRL()
5225 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); in OpenSSL_ListCRL()