Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dasync_bio.h37 void AsyncBioAllowWrite(BIO *bio, size_t count);
Dasync_bio.cc177 void AsyncBioAllowWrite(BIO *bio, size_t count) { in AsyncBioAllowWrite() function
Dbssl_shim.cc1263 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync()
2135 AsyncBioAllowWrite(GetTestState(ssl)->async_bio, 1); in DoExchange()