Searched refs:BIO_up_ref (Results 1 – 4 of 4) sorted by relevance
99 OPENSSL_EXPORT BIO *BIO_up_ref(BIO *bio);
131 BIO *BIO_up_ref(BIO *bio) { in BIO_up_ref() function
795 SSL_set_bio(ssl.get(), nullptr /* rbio */, BIO_up_ref(bio.get())); in GetClientHelloLen()
1204 BIO_up_ref(rbio); in ScopedSslBio()1205 BIO_up_ref(wbio); in ScopedSslBio()