Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()