Searched refs:BIO_pop (Results 1 – 3 of 3) sorted by relevance
120 next_bio = BIO_pop(bio); in BIO_free()400 BIO *BIO_pop(BIO *bio) { in BIO_pop() function
293 OPENSSL_EXPORT BIO *BIO_pop(BIO *bio);
532 ssl->wbio = BIO_pop(ssl->wbio); in SSL_free()2241 s->wbio = BIO_pop(s->wbio); in ssl_init_wbio_buffer()2257 s->wbio = BIO_pop(bbio); in ssl_init_wbio_buffer()2271 s->wbio = BIO_pop(s->wbio); in ssl_free_wbio_buffer()