Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dasync_bio.h33 void AsyncBioAllowWrite(BIO *bio, size_t count);
H A Dasync_bio.cc169 void AsyncBioAllowWrite(BIO *bio, size_t count) { in AsyncBioAllowWrite() function
H A Dossl_shim.cc703 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync()