Home
last modified time | relevance | path

Searched refs:ErrIntegrityMismatch (Results 1 – 3 of 3) sorted by relevance

/webrtc/stun/src/
H A Dchecks.rs22 Err(Error::ErrIntegrityMismatch) in check_hmac()
H A Derror.rs37 ErrIntegrityMismatch, enumerator
/webrtc/stun/src/integrity/
H A Dintegrity_test.rs18 assert_eq!(i.0, expected, "{}", Error::ErrIntegrityMismatch); in test_message_integrity_add_to_simple()