Searched defs:compute_hmac (Results 1 – 4 of 4) sorted by relevance
30 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error> { in compute_hmac() method
259 pub fn compute_hmac<H: crypto::Hmac>( in compute_hmac() method
265 fn compute_hmac(data: &[u8], hidden: &[KeyParameter]) -> Result<Vec<u8>> { in compute_hmac() method
128 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error>; in compute_hmac() method