Searched refs:ErrAlertFatalOrClose (Results 1 – 4 of 4) sorted by relevance
| /webrtc/dtls/src/ |
| H A D | handshaker.rs | 315 return Err(Error::ErrAlertFatalOrClose); in wait() 375 return Err(Error::ErrAlertFatalOrClose); in finish()
|
| H A D | error.rs | 145 ErrAlertFatalOrClose, enumerator
|
| /webrtc/dtls/src/conn/ |
| H A D | conn_test.rs | 331 …Error::ErrAlertFatalOrClose, //errClient: &errAlert{&alert{alertLevelFatal, alertInsufficientSecur… in test_handshake_with_alert() 347 …Error::ErrAlertFatalOrClose, //errServer: &errAlert{&alert{alertLevelFatal, alertInsufficientSecur… in test_handshake_with_alert() 616 Error::ErrAlertFatalOrClose.to_string(), in test_psk_hint_fail() 618 Error::ErrAlertFatalOrClose, in test_psk_hint_fail() 728 Some(Error::ErrAlertFatalOrClose), in test_srtp_configuration() 1204 Some(Error::ErrAlertFatalOrClose), in test_extended_master_secret() 1229 Some(Error::ErrAlertFatalOrClose), in test_extended_master_secret() 1524 Some(Error::ErrAlertFatalOrClose), in test_cipher_suite_configuration()
|
| H A D | mod.rs | 366 if Error::ErrAlertFatalOrClose == err { in new() 423 Err(Error::ErrAlertFatalOrClose) in read() 788 return Err(Error::ErrAlertFatalOrClose); in read_and_buffer() 868 return Err(Error::ErrAlertFatalOrClose); in handle_queued_packets()
|