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.cc94 BIO *async_bio = nullptr; member
1245 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()
1247 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()
1260 AsyncBioAllowRead(test_state->async_bio, 1); in RetryAsync()
1263 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync()
1302 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()
1307 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in DoRead()
1957 GetTestState(ssl.get())->async_bio = async_scoped.get(); in DoConnection()
2135 AsyncBioAllowWrite(GetTestState(ssl)->async_bio, 1); in DoExchange()