Searched refs:attChallenge (Results 1 – 1 of 1) sorted by relevance
219 vector<uint8_t> attChallenge = certParser_.getAttestationChallenge(); in validateAttestationCertificate() local220 EXPECT_EQ(expectedChallenge.size(), attChallenge.size()); in validateAttestationCertificate()221 EXPECT_EQ(0, memcmp(expectedChallenge.data(), attChallenge.data(), expectedChallenge.size())); in validateAttestationCertificate()