Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Derror.rs25 ErrHandshakeInProgress, enumerator
/webrtc/dtls/src/conn/
H A Dmod.rs392 return Err(Error::ErrHandshakeInProgress); in read()
434 return Err(Error::ErrHandshakeInProgress); in write()
H A Dconn_test.rs445 .contains(&Error::ErrHandshakeInProgress.to_string()), in test_export_keying_material()
447 Error::ErrHandshakeInProgress, in test_export_keying_material()