Searched refs:Unique_BIO (Results 1 – 1 of 1) sorted by relevance
168 typedef UniquePtr<BIO, BIO_Delete> Unique_BIO; typedef2804 Unique_BIO buffer(BIO_new(BIO_s_mem()));5380 Unique_BIO bio(BIO_new(&stream_bio_method));5399 Unique_BIO bio(BIO_new(&stream_bio_method));5489 Unique_BIO buffer(BIO_new(BIO_s_mem()));10252 Unique_BIO nullBio(BIO_new_mem_buf(nullptr, 0));10254 Unique_BIO nullBio(BIO_new(BIO_s_null()));