Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dasync_bio.cc25 extern const BIO_METHOD g_async_bio_method;
35 if (bio->method != &g_async_bio_method) { in GetData()
138 const BIO_METHOD g_async_bio_method = { variable
154 return ScopedBIO(BIO_new(&g_async_bio_method)); in AsyncBioCreate()
158 ScopedBIO ret(BIO_new(&g_async_bio_method)); in AsyncBioCreateDatagram()