Searched refs:bio_method (Results 1 – 2 of 2) sorted by relevance
47 BIO_METHOD *bio_method; member
2009 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