Home
last modified time | relevance | path

Searched refs:Unsupported (Results 1 – 20 of 20) sorted by relevance

/webrtc/dtls/src/signature_hash_algorithm/
H A Dmod.rs22 Unsupported, enumerator
36 _ => HashAlgorithm::Unsupported, in from()
76 Unsupported, enumerator
85 _ => SignatureAlgorithm::Unsupported, in from()
194 if sig == SignatureAlgorithm::Unsupported { in parse_signature_schemes()
198 if h == HashAlgorithm::Unsupported || h.invalid() { in parse_signature_schemes()
/webrtc/dtls/src/curve/
H A Dmod.rs7 Unsupported, enumerator
14 _ => EllipticCurveType::Unsupported, in from()
H A Dnamed_curve.rs9 Unsupported = 0x0000, enumerator
21 _ => NamedCurve::Unsupported, in from()
/webrtc/dtls/src/
H A Dclient_certificate_type.rs5 Unsupported, enumerator
13 _ => ClientCertificateType::Unsupported, in from()
H A Dcompression_methods.rs9 Unsupported, enumerator
16 _ => CompressionMethodId::Unsupported, in from()
46 if id != CompressionMethodId::Unsupported { in unmarshal()
H A Dstate.rs78 … srtp_protection_profile: SrtpProtectionProfile::Unsupported, // Negotiated srtp_protection_profile in default()
87 named_curve: NamedCurve::Unsupported, in default()
/webrtc/dtls/src/handshake/
H A Dhandshake_message_server_key_exchange.rs69 elliptic_curve_type: EllipticCurveType::Unsupported, in unmarshal()
70 named_curve: NamedCurve::Unsupported, in unmarshal()
73 hash: HashAlgorithm::Unsupported, in unmarshal()
74 signature: SignatureAlgorithm::Unsupported, in unmarshal()
/webrtc/rtcp/src/
H A Dheader.rs12 Unsupported = 0, enumerator
42 PacketType::Unsupported => "Unsupported", in fmt()
67 _ => PacketType::Unsupported, in from()
219 packet_type: PacketType::Unsupported, in test_header_unmarshal()
280 packet_type: PacketType::Unsupported, in test_header_roundtrip()
/webrtc/dtls/src/extension/
H A Dextension_use_srtp.rs15 Unsupported, enumerator
25 _ => SrtpProtectionProfile::Unsupported, in from()
H A Dmod.rs32 Unsupported, enumerator
45 _ => ExtensionValue::Unsupported, in from()
/webrtc/dtls/src/cipher_suite/
H A Dcipher_suite_tls_psk_with_aes_128_ccm.rs7 ClientCertificateType::Unsupported, in new_cipher_suite_tls_psk_with_aes_128_ccm()
H A Dcipher_suite_tls_psk_with_aes_128_ccm8.rs7 ClientCertificateType::Unsupported, in new_cipher_suite_tls_psk_with_aes_128_ccm8()
H A Dmod.rs46 Unsupported, enumerator
99 _ => CipherSuiteId::Unsupported, in from()
H A Dcipher_suite_tls_psk_with_aes_128_gcm_sha256.rs26 ClientCertificateType::Unsupported in certificate_type()
/webrtc/mdns/src/message/
H A Dmod.rs47 Unsupported = 0, enumerator
71 _ => DnsType::Unsupported, in from()
175 Unsupported, enumerator
187 _ => RCode::Unsupported, in from()
201 RCode::Unsupported => "RCodeUnsupported", in fmt()
H A Dparser.rs110 let mut typ = DnsType::Unsupported; in question()
/webrtc/dtls/src/flight/
H A Dflight4.rs515 if state.srtp_protection_profile != SrtpProtectionProfile::Unsupported { in generate()
545 CipherSuiteId::Unsupported in generate()
694 elliptic_curve_type: EllipticCurveType::Unsupported, in generate()
695 named_curve: NamedCurve::Unsupported, in generate()
698 hash: HashAlgorithm::Unsupported, in generate()
699 signature: SignatureAlgorithm::Unsupported, in generate()
H A Dflight5.rs256 elliptic_curve_type: EllipticCurveType::Unsupported, in generate()
257 named_curve: NamedCurve::Unsupported, in generate()
260 hash: HashAlgorithm::Unsupported, in generate()
261 signature: SignatureAlgorithm::Unsupported, in generate()
H A Dflight3.rs235 && state.srtp_protection_profile == SrtpProtectionProfile::Unsupported in parse()
/webrtc/dtls/src/conn/
H A Dconn_test.rs711 SrtpProtectionProfile::Unsupported, in test_srtp_configuration()
727 SrtpProtectionProfile::Unsupported, in test_srtp_configuration()
735 SrtpProtectionProfile::Unsupported, in test_srtp_configuration()
1506 vec![CipherSuiteId::Unsupported], in test_cipher_suite_configuration()
1507 vec![CipherSuiteId::Unsupported], in test_cipher_suite_configuration()