Searched refs:newSalt (Results 1 – 1 of 1) sorted by relevance
87 const unsigned char* newSalt = mObbFile->getSalt(&saltLen); in TEST_F() local93 EXPECT_EQ(salt[i], newSalt[i]) in TEST_F()96 EXPECT_TRUE(memcmp(newSalt, salt, sizeof(salt)) == 0) in TEST_F()