Loading keymaster/4.0/support/Keymaster.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -164,8 +164,8 @@ static void computeHmac(const Keymaster::KeymasterSet& keymasters, sharingCheck = curSharingCheck; firstKeymaster = false; } CHECK(curSharingCheck == sharingCheck) << "HMAC computation failed for " << *keymaster // if (curSharingCheck != sharingCheck) LOG(WARNING) << "HMAC computation failed for " << *keymaster // << " Expected: " << sharingCheck // << " got: " << curSharingCheck; }); Loading Loading
keymaster/4.0/support/Keymaster.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -164,8 +164,8 @@ static void computeHmac(const Keymaster::KeymasterSet& keymasters, sharingCheck = curSharingCheck; firstKeymaster = false; } CHECK(curSharingCheck == sharingCheck) << "HMAC computation failed for " << *keymaster // if (curSharingCheck != sharingCheck) LOG(WARNING) << "HMAC computation failed for " << *keymaster // << " Expected: " << sharingCheck // << " got: " << curSharingCheck; }); Loading