Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dopenssl.h45 BIO_METHOD *bio_method; member
H A Dopenssl.c2014 if(octx->bio_method) { in ossl_close()
2015 ossl_bio_cf_method_free(octx->bio_method); in ossl_close()
2016 octx->bio_method = NULL; in ossl_close()
4033 octx->bio_method = ossl_bio_cf_method_create(); in ossl_connect_step1()
4034 if(!octx->bio_method) in ossl_connect_step1()
4036 bio = BIO_new(octx->bio_method); in ossl_connect_step1()

Completed in 30 milliseconds