Searched refs:check_hmac (Results 1 – 2 of 2) sorted by relevance
| /webrtc/stun/src/ | ||
| H A D | checks.rs | 20 pub(crate) fn check_hmac(got: &[u8], expected: &[u8]) -> Result<()> { in check_hmac() function |
| H A D | integrity.rs | 115 check_hmac(&v, &expected) in check() |