Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
H A DAndroidKeystoreAttestationVerificationAttributesTest.java149 assertThat(mPhysicalDeviceAttributes.getVerifiedBootState()).isEqualTo( in parseCertificate_verifiedBootState()
151 assertThat(mPhysicalDeviceAttributes2.getVerifiedBootState()).isEqualTo( in parseCertificate_verifiedBootState()
153 assertThat(mVirtualDeviceAttributes.getVerifiedBootState()).isNull(); in parseCertificate_verifiedBootState()
/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DAndroidKeystoreAttestationVerificationAttributes.java270 VerifiedBootState getVerifiedBootState() { in getVerifiedBootState() method in AndroidKeystoreAttestationVerificationAttributes
H A DAttestationVerificationPeerDeviceVerifier.java391 if (attestationAttributes.getVerifiedBootState() != VERIFIED) { in checkAttestationForPeerDeviceProfile()