Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/vts/
H A DUtil.cpp255 const vector<uint8_t>& expectedChallenge, in validateAttestationCertificate() argument
343 EXPECT_EQ(expectedChallenge.size(), attRec.attestation_challenge.size()); in validateAttestationCertificate()
344 EXPECT_TRUE(memcmp(expectedChallenge.data(), attRec.attestation_challenge.data(), in validateAttestationCertificate()
H A DUtil.h116 const vector<uint8_t>& expectedChallenge,