Searched refs:tag1a (Results 1 – 1 of 1) sorted by relevance
582 let tag1a = hmac_sha256(key, msg1).unwrap(); in test_hmac_sha256() localVariable583 assert_eq!(tag1a.len(), HMAC_SHA256_LEN); in test_hmac_sha256()585 assert_eq!(tag1a, tag1b); in test_hmac_sha256()588 assert_ne!(tag1a, tag2); in test_hmac_sha256()