| /webrtc/dtls/src/alert/ |
| H A D | mod.rs | 39 pub(crate) enum AlertDescription { enum 68 impl fmt::Display for AlertDescription { implementation 101 impl From<u8> for AlertDescription { implementation 104 0 => AlertDescription::CloseNotify, in from() 106 20 => AlertDescription::BadRecordMac, in from() 118 48 => AlertDescription::UnknownCa, in from() 119 49 => AlertDescription::AccessDenied, in from() 120 50 => AlertDescription::DecodeError, in from() 121 51 => AlertDescription::DecryptError, in from() 126 90 => AlertDescription::UserCanceled, in from() [all …]
|
| H A D | alert_test.rs | 14 alert_description: AlertDescription::UnexpectedMessage, in test_alert() 23 alert_description: AlertDescription::Invalid, in test_alert()
|
| /webrtc/dtls/src/flight/ |
| H A D | flight0.rs | 60 alert_description: AlertDescription::InternalError, in parse() 71 alert_description: AlertDescription::ProtocolVersion, in parse() 95 alert_description: AlertDescription::InsufficientSecurity, in parse() 108 alert_description: AlertDescription::InsufficientSecurity, in parse() 125 alert_description: AlertDescription::InsufficientSecurity, in parse() 149 alert_description: AlertDescription::InsufficientSecurity, in parse() 162 alert_description: AlertDescription::IllegalParameter, in parse() 175 alert_description: AlertDescription::InternalError, in parse()
|
| H A D | flight4.rs | 90 alert_description: AlertDescription::InternalError, in parse() 103 alert_description: AlertDescription::InternalError, in parse() 124 alert_description: AlertDescription::InternalError, in parse() 135 alert_description: AlertDescription::NoCertificate, in parse() 222 alert_description: AlertDescription::BadCertificate, in parse() 249 alert_description: AlertDescription::BadCertificate, in parse() 262 alert_description: AlertDescription::BadCertificate, in parse() 402 alert_description: AlertDescription::InternalError, in parse() 435 alert_description: AlertDescription::InternalError, in parse() 452 alert_description: AlertDescription::NoCertificate, in parse() [all …]
|
| H A D | flight3.rs | 72 alert_description: AlertDescription::InternalError, in parse() 85 alert_description: AlertDescription::ProtocolVersion, in parse() 177 alert_description: AlertDescription::InternalError, in parse() 188 alert_description: AlertDescription::ProtocolVersion, in parse() 229 alert_description: AlertDescription::InsufficientSecurity, in parse() 299 alert_description: AlertDescription::InternalError, in parse() 315 alert_description: AlertDescription::InternalError, in parse() 334 alert_description: AlertDescription::InternalError, in parse() 426 alert_description: AlertDescription::InternalError, in handle_server_key_exchange() 442 alert_description: AlertDescription::InternalError, in handle_server_key_exchange() [all …]
|
| H A D | flight5.rs | 69 alert_description: AlertDescription::InternalError, in parse() 164 alert_description: AlertDescription::HandshakeFailure, in parse() 311 alert_description: AlertDescription::InternalError, in generate() 327 alert_description: AlertDescription::InternalError, in generate() 428 alert_description: AlertDescription::InternalError, in generate() 457 alert_description: AlertDescription::InternalError, in generate() 474 alert_description: AlertDescription::InternalError, in generate() 699 alert_description: AlertDescription::InsufficientSecurity, in initalize_cipher_suite() 717 alert_description: AlertDescription::BadCertificate, in initalize_cipher_suite() 748 alert_description: AlertDescription::BadCertificate, in initalize_cipher_suite() [all …]
|
| H A D | flight2.rs | 65 alert_description: AlertDescription::InternalError, in parse() 76 alert_description: AlertDescription::ProtocolVersion, in parse() 90 alert_description: AlertDescription::AccessDenied, in parse() 101 alert_description: AlertDescription::InternalError, in parse()
|
| H A D | flight1.rs | 87 alert_description: AlertDescription::InternalError, in parse() 98 alert_description: AlertDescription::ProtocolVersion, in parse() 111 alert_description: AlertDescription::InternalError, in parse()
|
| H A D | flight6.rs | 58 alert_description: AlertDescription::InternalError, in parse() 164 alert_description: AlertDescription::InternalError, in generate()
|
| /webrtc/dtls/src/conn/ |
| H A D | mod.rs | 471 self.notify(AlertLevel::Warning, AlertDescription::CloseNotify) in close() 495 pub(crate) async fn notify(&self, level: AlertLevel, desc: AlertDescription) -> Result<()> { in notify() 786 || alert.alert_description == AlertDescription::CloseNotify in read_and_buffer() 866 || alert.alert_description == AlertDescription::CloseNotify in handle_queued_packets() 1034 alert_description: AlertDescription::DecodeError, in handle_incoming_packet() 1044 if a.alert_description == AlertDescription::CloseNotify { in handle_incoming_packet() 1048 alert_description: AlertDescription::CloseNotify, in handle_incoming_packet() 1099 alert_description: AlertDescription::UnexpectedMessage, in handle_incoming_packet() 1119 alert_description: AlertDescription::UnexpectedMessage, in handle_incoming_packet()
|