Home
last modified time | relevance | path

Searched refs:bio_cleanup (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/include/internal/
Dbio.h28 void bio_cleanup(void);
/third_party/boost/boost/asio/ssl/impl/
Dcontext.ipp33 struct context::bio_cleanup
36 ~bio_cleanup() { if (p) ::BIO_free(p); }
569 bio_cleanup bio = { make_buffer_bio(ca) };
679 bio_cleanup bio = { make_buffer_bio(certificate) };
759 bio_cleanup bio = { make_buffer_bio(chain) };
880 bio_cleanup bio = { make_buffer_bio(private_key) };
949 bio_cleanup bio = { make_buffer_bio(private_key) };
1075 bio_cleanup bio = { make_buffer_bio(dh) };
1099 bio_cleanup bio = { ::BIO_new_file(filename.c_str(), "r") };
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/
Dcontext.ipp33 struct context::bio_cleanup
36 ~bio_cleanup() { if (p) ::BIO_free(p); }
569 bio_cleanup bio = { make_buffer_bio(ca) };
679 bio_cleanup bio = { make_buffer_bio(certificate) };
759 bio_cleanup bio = { make_buffer_bio(chain) };
880 bio_cleanup bio = { make_buffer_bio(private_key) };
949 bio_cleanup bio = { make_buffer_bio(private_key) };
1075 bio_cleanup bio = { make_buffer_bio(dh) };
1099 bio_cleanup bio = { ::BIO_new_file(filename.c_str(), "r") };
/third_party/boost/boost/asio/ssl/
Dcontext.hpp716 struct bio_cleanup;
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dcontext.hpp716 struct bio_cleanup;
/third_party/openssl/crypto/
Dinit.c605 bio_cleanup(); in OPENSSL_cleanup()
/third_party/openssl/crypto/bio/
Dbio_lib.c777 void bio_cleanup(void) in bio_cleanup() function