Home
last modified time | relevance | path

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

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