| /webrtc/dtls/src/signature_hash_algorithm/ |
| H A D | mod.rs | 22 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 D | mod.rs | 7 Unsupported, enumerator 14 _ => EllipticCurveType::Unsupported, in from()
|
| H A D | named_curve.rs | 9 Unsupported = 0x0000, enumerator 21 _ => NamedCurve::Unsupported, in from()
|
| /webrtc/dtls/src/ |
| H A D | client_certificate_type.rs | 5 Unsupported, enumerator 13 _ => ClientCertificateType::Unsupported, in from()
|
| H A D | compression_methods.rs | 9 Unsupported, enumerator 16 _ => CompressionMethodId::Unsupported, in from() 46 if id != CompressionMethodId::Unsupported { in unmarshal()
|
| H A D | state.rs | 78 … srtp_protection_profile: SrtpProtectionProfile::Unsupported, // Negotiated srtp_protection_profile in default() 87 named_curve: NamedCurve::Unsupported, in default()
|
| /webrtc/dtls/src/handshake/ |
| H A D | handshake_message_server_key_exchange.rs | 69 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 D | header.rs | 12 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 D | extension_use_srtp.rs | 15 Unsupported, enumerator 25 _ => SrtpProtectionProfile::Unsupported, in from()
|
| H A D | mod.rs | 32 Unsupported, enumerator 45 _ => ExtensionValue::Unsupported, in from()
|
| /webrtc/dtls/src/cipher_suite/ |
| H A D | cipher_suite_tls_psk_with_aes_128_ccm.rs | 7 ClientCertificateType::Unsupported, in new_cipher_suite_tls_psk_with_aes_128_ccm()
|
| H A D | cipher_suite_tls_psk_with_aes_128_ccm8.rs | 7 ClientCertificateType::Unsupported, in new_cipher_suite_tls_psk_with_aes_128_ccm8()
|
| H A D | mod.rs | 46 Unsupported, enumerator 99 _ => CipherSuiteId::Unsupported, in from()
|
| H A D | cipher_suite_tls_psk_with_aes_128_gcm_sha256.rs | 26 ClientCertificateType::Unsupported in certificate_type()
|
| /webrtc/mdns/src/message/ |
| H A D | mod.rs | 47 Unsupported = 0, enumerator 71 _ => DnsType::Unsupported, in from() 175 Unsupported, enumerator 187 _ => RCode::Unsupported, in from() 201 RCode::Unsupported => "RCodeUnsupported", in fmt()
|
| H A D | parser.rs | 110 let mut typ = DnsType::Unsupported; in question()
|
| /webrtc/dtls/src/flight/ |
| H A D | flight4.rs | 515 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 D | flight5.rs | 256 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 D | flight3.rs | 235 && state.srtp_protection_profile == SrtpProtectionProfile::Unsupported in parse()
|
| /webrtc/dtls/src/conn/ |
| H A D | conn_test.rs | 711 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()
|