Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dasync_bio.cc32 static int AsyncWrite(BIO *bio, const char *in, int inl) { in AsyncWrite() function
135 || !BIO_meth_set_write(g_async_bio_method, AsyncWrite) in AsyncMethod()