Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dopenssl.c299 BIO_METHOD *bio_method; member
1931 if(backend->bio_method) { in ossl_close()
1932 ossl_bio_cf_method_free(backend->bio_method); in ossl_close()
1933 backend->bio_method = NULL; in ossl_close()
3822 backend->bio_method = ossl_bio_cf_method_create(); in ossl_connect_step1()
3823 if(!backend->bio_method) in ossl_connect_step1()
3825 bio = BIO_new(backend->bio_method); in ossl_connect_step1()
/third_party/nghttp2/src/
Dshrpx_connection.cc159 auto bio = BIO_new(tlsconf.bio_method); in prepare_server_handshake()
Dshrpx_config.h762 BIO_METHOD *bio_method; member
Dshrpx.cc3778 tlsconf.bio_method = create_bio_method(); in process_options()