Searched refs:kKnownSecretKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium/crypto/
H A Dhmac_unittest.cc163 static const unsigned char kKnownSecretKey[] = { local
171 static const size_t kKnownSecretKeySize = sizeof(kKnownSecretKey);
191 ASSERT_TRUE(hmac.Init(kKnownSecretKey, kKnownSecretKeySize));
198 ASSERT_TRUE(hmac2.Init(kKnownSecretKey, kKnownSecretKeySize));

Completed in 504 milliseconds