Searched refs:HmacSha256 (Results 1 – 2 of 2) sorted by relevance
12 HmacSha256 = 3, enumerator22 HmacAlgorithm::HmacSha256 => "HMAC SHA-256", in fmt()35 3 => HmacAlgorithm::HmacSha256, in from()79 if a == HmacAlgorithm::HmacSha128 || a == HmacAlgorithm::HmacSha256 { in unmarshal()
12 type HmacSha256 = Hmac<Sha256>; typedef146 HmacSha256::new_from_slice(key).map_err(|e| Error::Other(e.to_string()))? in hmac_sha()