Home
last modified time | relevance | path

Searched refs:ProtocolVersion (Results 1 – 18 of 18) sorted by relevance

/webrtc/dtls/src/record_layer/
H A Drecord_layer_header.rs21 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 Drecord_layer_test.rs85 protocol_version: ProtocolVersion { in test_record_layer_round_trip()
H A Dmod.rs39 pub fn new(protocol_version: ProtocolVersion, epoch: u16, content: Content) -> Self { in new() argument
/webrtc/dtls/src/handshake/
H A Dhandshake_test.rs5 use crate::record_layer::record_layer_header::ProtocolVersion;
28 version: ProtocolVersion { in test_handshake_message()
H A Dhandshake_message_hello_verify_request.rs29 pub(crate) version: ProtocolVersion,
67 version: ProtocolVersion { major, minor }, in unmarshal()
H A Dhandshake_message_server_hello.rs24 pub(crate) version: ProtocolVersion,
142 version: ProtocolVersion { major, minor }, in unmarshal()
H A Dhandshake_message_client_hello.rs24 pub(crate) version: ProtocolVersion,
186 version: ProtocolVersion { major, minor }, in unmarshal()
/webrtc/dtls/src/alert/
H A Dmod.rs59 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 Dhandshake_message_hello_verify_request_test.rs12 version: ProtocolVersion { in test_handshake_message_hello_verify_request()
/webrtc/dtls/src/crypto/
H A Dcrypto_test.rs5 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 Dhandshake_message_server_hello_test.rs22 version: ProtocolVersion { in test_handshake_message_server_hello()
/webrtc/dtls/src/handshake/handshake_message_client_hello/
H A Dhandshake_message_client_hello_test.rs26 version: ProtocolVersion { in test_handshake_message_client_hello()
/webrtc/dtls/src/flight/
H A Dflight2.rs76 alert_description: AlertDescription::ProtocolVersion, in parse()
H A Dflight3.rs85 alert_description: AlertDescription::ProtocolVersion, in parse()
188 alert_description: AlertDescription::ProtocolVersion, in parse()
H A Dflight1.rs98 alert_description: AlertDescription::ProtocolVersion, in parse()
H A Dflight0.rs71 alert_description: AlertDescription::ProtocolVersion, in parse()
/webrtc/dtls/src/prf/
H A Dmod.rs19 use crate::record_layer::record_layer_header::ProtocolVersion;
297 protocol_version: ProtocolVersion, in prf_mac() argument
/webrtc/dtls/src/conn/
H A Dconn_test.rs1975 version: ProtocolVersion { in test_protocol_version_validation()
2012 version: ProtocolVersion { in test_protocol_version_validation()
2115 version: ProtocolVersion { in test_protocol_version_validation()