Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dasync_bio.cc28 extern const BIO_METHOD g_async_bio_method;
37 if (bio->method != &g_async_bio_method) { in GetData()
134 const BIO_METHOD g_async_bio_method = { variable
150 return bssl::UniquePtr<BIO>(BIO_new(&g_async_bio_method)); in AsyncBioCreate()
154 bssl::UniquePtr<BIO> ret(BIO_new(&g_async_bio_method)); in AsyncBioCreateDatagram()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dasync_bio.cc28 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 = { variable
157 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()
/external/cronet/tot/third_party/boringssl/src/ssl/test/
Dasync_bio.cc28 extern const BIO_METHOD g_async_bio_method;
38 if (bio->method != &g_async_bio_method) { in GetData()
140 const BIO_METHOD g_async_bio_method = { variable
156 return bssl::UniquePtr<BIO>(BIO_new(&g_async_bio_method)); in AsyncBioCreate()
160 bssl::UniquePtr<BIO> ret(BIO_new(&g_async_bio_method)); in AsyncBioCreateDatagram()
/external/cronet/stable/third_party/boringssl/src/ssl/test/
Dasync_bio.cc28 extern const BIO_METHOD g_async_bio_method;
38 if (bio->method != &g_async_bio_method) { in GetData()
140 const BIO_METHOD g_async_bio_method = { variable
156 return bssl::UniquePtr<BIO>(BIO_new(&g_async_bio_method)); in AsyncBioCreate()
160 bssl::UniquePtr<BIO> ret(BIO_new(&g_async_bio_method)); in AsyncBioCreateDatagram()