Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DVtsIdentityTestUtils.cpp182 const vector<uint8_t>& expectedChallenge, in validateAttestationCertificate() argument
220 EXPECT_EQ(expectedChallenge.size(), attChallenge.size()); in validateAttestationCertificate()
221 EXPECT_EQ(0, memcmp(expectedChallenge.data(), attChallenge.data(), expectedChallenge.size())); in validateAttestationCertificate()
DVtsIdentityTestUtils.h115 const vector<uint8_t>& expectedChallenge,