Searched refs:hmac2 (Results 1 – 1 of 1) sorted by relevance
232 crypto::HMAC hmac2(crypto::HMAC::SHA256); in TEST() local233 ASSERT_TRUE(hmac2.Init(kKnownSecretKey, kKnownSecretKeySize)); in TEST()236 EXPECT_TRUE(hmac2.Sign(message_data, calculated_hmac2, kSHA256DigestSize)); in TEST()