Searched refs:ScopedBIO (Results 1 – 2 of 2) sorted by relevance
20 ScopedBIO bio(BIO_new_string(&s)); in TEST()46 ScopedBIO bio(BIO_new_string(&s)); in TEST()
46 using ScopedBIO = ScopedOpenSSL<BIO, BIO_free_all>; variable