Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
H A DAndroidKeystoreAttestationVerificationAttributesTest.java173 assertThat(mPhysicalDeviceAttributes.getKeyOsPatchLevel()).isEqualTo(201907); in parseCertificate_keyOsPatchLevel()
174 assertThat(mPhysicalDeviceAttributes2.getKeyOsPatchLevel()).isEqualTo(202201); in parseCertificate_keyOsPatchLevel()
183 mVirtualDeviceAttributes.getKeyOsPatchLevel(); in parseCertificate_keyOsPatchLevelNotSetException()
/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DAndroidKeystoreAttestationVerificationAttributes.java224 int getKeyOsPatchLevel() { in getKeyOsPatchLevel() method in AndroidKeystoreAttestationVerificationAttributes
H A DAttestationVerificationPeerDeviceVerifier.java407 if (!isValidPatchLevel(attestationAttributes.getKeyOsPatchLevel())) { in checkAttestationForPeerDeviceProfile()