Searched refs:g_async_bio_method (Results 1 – 1 of 1) sorted by relevance
28 extern const BIO_METHOD g_async_bio_method;38 if (bio->method != &g_async_bio_method) { in GetData()141 const BIO_METHOD g_async_bio_method = { variable157 return bssl::UniquePtr<BIO>(BIO_new(&g_async_bio_method)); in AsyncBioCreate()161 bssl::UniquePtr<BIO> ret(BIO_new(&g_async_bio_method)); in AsyncBioCreateDatagram()