Searched refs:bio_cleanup (Results 1 – 7 of 7) sorted by relevance
28 void bio_cleanup(void);
33 struct context::bio_cleanup36 ~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") };
716 struct bio_cleanup;
605 bio_cleanup(); in OPENSSL_cleanup()
777 void bio_cleanup(void) in bio_cleanup() function