Searched defs:hmac (Results 1 – 3 of 3) sorted by relevance
32 fn hmac<const HASH_LEN: usize>( in hmac() function
31 mod hmac; module
59 int hashAlgorithm, byte[] imageHash, byte[] hmac) { in verifyHmac()