Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dsecure_hash_unittest.cc40 const uint8_t kExpectedHashOfInput1[crypto::kSHA256Length] = { in TEST() local
75 EXPECT_EQ(0, memcmp(output3, kExpectedHashOfInput1, crypto::kSHA256Length)); in TEST()