Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DUtil.cpp333 const vector<uint8_t>& expectedChallenge, in validateAttestationCertificate() argument
421 EXPECT_EQ(expectedChallenge.size(), attRec.attestation_challenge.size()); in validateAttestationCertificate()
422 EXPECT_TRUE(memcmp(expectedChallenge.data(), attRec.attestation_challenge.data(), in validateAttestationCertificate()
DUtil.h120 const vector<uint8_t>& expectedChallenge,