Home
last modified time | relevance | path

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

/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp961 VerifiedBoot attestedVbState; in TEST_P() local
964 parse_root_of_trust(key_cert_chain[0].encodedCertificate, &key, &attestedVbState, in TEST_P()
1003 ASSERT_TRUE((vbState->value() == "green" && attestedVbState == VerifiedBoot::VERIFIED) || in TEST_P()
1004 (vbState->value() == "yellow" && attestedVbState == VerifiedBoot::SELF_SIGNED) || in TEST_P()
1005 (vbState->value() == "orange" && attestedVbState == VerifiedBoot::UNVERIFIED)); in TEST_P()