| /webrtc/dtls/src/record_layer/ |
| H A D | record_layer_header.rs | 21 pub const PROTOCOL_VERSION1_0: ProtocolVersion = ProtocolVersion { 25 pub const PROTOCOL_VERSION1_2: ProtocolVersion = ProtocolVersion { 32 pub struct ProtocolVersion { struct 40 pub protocol_version: ProtocolVersion, argument 76 let protocol_version = ProtocolVersion { major, minor }; in unmarshal()
|
| H A D | record_layer_test.rs | 85 protocol_version: ProtocolVersion { in test_record_layer_round_trip()
|
| H A D | mod.rs | 39 pub fn new(protocol_version: ProtocolVersion, epoch: u16, content: Content) -> Self { in new() argument
|
| /webrtc/dtls/src/handshake/ |
| H A D | handshake_test.rs | 5 use crate::record_layer::record_layer_header::ProtocolVersion; 28 version: ProtocolVersion { in test_handshake_message()
|
| H A D | handshake_message_hello_verify_request.rs | 29 pub(crate) version: ProtocolVersion, 67 version: ProtocolVersion { major, minor }, in unmarshal()
|
| H A D | handshake_message_server_hello.rs | 24 pub(crate) version: ProtocolVersion, 142 version: ProtocolVersion { major, minor }, in unmarshal()
|
| H A D | handshake_message_client_hello.rs | 24 pub(crate) version: ProtocolVersion, 186 version: ProtocolVersion { major, minor }, in unmarshal()
|
| /webrtc/dtls/src/alert/ |
| H A D | mod.rs | 59 ProtocolVersion = 70, enumerator 90 AlertDescription::ProtocolVersion => write!(f, "ProtocolVersion"), in fmt() 123 70 => AlertDescription::ProtocolVersion, in from()
|
| /webrtc/dtls/src/handshake/handshake_message_hello_verify_request/ |
| H A D | handshake_message_hello_verify_request_test.rs | 12 version: ProtocolVersion { in test_handshake_message_hello_verify_request()
|
| /webrtc/dtls/src/crypto/ |
| H A D | crypto_test.rs | 5 use crate::record_layer::record_layer_header::{ProtocolVersion, RECORD_LAYER_HEADER_SIZE}; 119 protocol_version: ProtocolVersion { in test_ccm_encryption_and_decryption()
|
| /webrtc/dtls/src/handshake/handshake_message_server_hello/ |
| H A D | handshake_message_server_hello_test.rs | 22 version: ProtocolVersion { in test_handshake_message_server_hello()
|
| /webrtc/dtls/src/handshake/handshake_message_client_hello/ |
| H A D | handshake_message_client_hello_test.rs | 26 version: ProtocolVersion { in test_handshake_message_client_hello()
|
| /webrtc/dtls/src/flight/ |
| H A D | flight2.rs | 76 alert_description: AlertDescription::ProtocolVersion, in parse()
|
| H A D | flight3.rs | 85 alert_description: AlertDescription::ProtocolVersion, in parse() 188 alert_description: AlertDescription::ProtocolVersion, in parse()
|
| H A D | flight1.rs | 98 alert_description: AlertDescription::ProtocolVersion, in parse()
|
| H A D | flight0.rs | 71 alert_description: AlertDescription::ProtocolVersion, in parse()
|
| /webrtc/dtls/src/prf/ |
| H A D | mod.rs | 19 use crate::record_layer::record_layer_header::ProtocolVersion; 297 protocol_version: ProtocolVersion, in prf_mac() argument
|
| /webrtc/dtls/src/conn/ |
| H A D | conn_test.rs | 1975 version: ProtocolVersion { in test_protocol_version_validation() 2012 version: ProtocolVersion { in test_protocol_version_validation() 2115 version: ProtocolVersion { in test_protocol_version_validation()
|