Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dasync_bio.h39 void AsyncBioAllowWrite(BIO *bio, size_t count);
Dasync_bio.cc174 void AsyncBioAllowWrite(BIO *bio, size_t count) { in AsyncBioAllowWrite() function
Dbssl_shim.cc484 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync()