Home
last modified time | relevance | path

Searched refs:hmac2 (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/crypto/
Dhmac_unittest.cc232 crypto::HMAC hmac2(crypto::HMAC::SHA256); in TEST() local
233 ASSERT_TRUE(hmac2.Init(kKnownSecretKey, kKnownSecretKeySize)); in TEST()
236 EXPECT_TRUE(hmac2.Sign(message_data, calculated_hmac2, kSHA256DigestSize)); in TEST()