Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DVtsIdentityTestUtils.cpp219 vector<uint8_t> attChallenge = certParser_.getAttestationChallenge(); in validateAttestationCertificate() local
220 EXPECT_EQ(expectedChallenge.size(), attChallenge.size()); in validateAttestationCertificate()
221 EXPECT_EQ(0, memcmp(expectedChallenge.data(), attChallenge.data(), expectedChallenge.size())); in validateAttestationCertificate()