Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dhandshake_util.cc53 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()
55 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()
68 AsyncBioAllowRead(test_state->async_bio, 1); in RetryAsync()
71 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync()
465 GetTestState(ssl_handback.get())->async_bio = in DoSplitHandshake()
466 GetTestState(ssl->get())->async_bio; in DoSplitHandshake()
467 GetTestState(ssl->get())->async_bio = nullptr; in DoSplitHandshake()
DCMakeLists.txt6 async_bio.cc
23 async_bio.cc
Dtest_state.h37 BIO *async_bio = nullptr; member
Dbssl_shim.cc188 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()
195 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in DoRead()
678 GetTestState(ssl.get())->async_bio = async_scoped.get(); in DoConnection()
915 AsyncBioAllowWrite(GetTestState(ssl)->async_bio, 1); in DoExchange()