Home
last modified time | relevance | path

Searched refs:check_hmac (Results 1 – 2 of 2) sorted by relevance

/webrtc/stun/src/
H A Dchecks.rs20 pub(crate) fn check_hmac(got: &[u8], expected: &[u8]) -> Result<()> { in check_hmac() function
H A Dintegrity.rs115 check_hmac(&v, &expected) in check()