Home
last modified time | relevance | path

Searched refs:bio_method (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vtls/
H A Dopenssl.h47 BIO_METHOD *bio_method; member
H A Dopenssl.c2009 if(octx->bio_method) { in ossl_close()
2010 ossl_bio_cf_method_free(octx->bio_method); in ossl_close()
2011 octx->bio_method = NULL; in ossl_close()
4026 octx->bio_method = ossl_bio_cf_method_create(); in ossl_connect_step1()
4027 if(!octx->bio_method) in ossl_connect_step1()
4029 bio = BIO_new(octx->bio_method); in ossl_connect_step1()

Completed in 25 milliseconds