Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
DCMakeLists.txt6 async_bio.cc
Dbssl_shim.cc91 BIO *async_bio = nullptr; member
847 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()
851 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()
865 AsyncBioAllowRead(test_state->async_bio, 1); in RetryAsync()
868 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync()
906 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()
910 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in DoRead()
1284 GetTestState(ssl.get())->async_bio = async_scoped.get(); in DoExchange()