Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java40 public static final int KM_SECURITY_LEVEL_SOFTWARE = 0; field in Attestation
111 case KM_SECURITY_LEVEL_SOFTWARE: in securityLevelToString()
DEatAttestation.java150 return Attestation.KM_SECURITY_LEVEL_SOFTWARE; in eatSecurityLevelToKeymintSecurityLevel()
DAuthorizationList.java774 return Attestation.KM_SECURITY_LEVEL_SOFTWARE; in eatSecurityLevelToKeymasterSecurityLevel()
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java61 private static final int KM_SECURITY_LEVEL_SOFTWARE = 0; field in ParsedAttestationRecord
209 case KM_SECURITY_LEVEL_SOFTWARE: in securityLevelToEnum()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java19 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_SOFTWARE;
1410 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE) { in checkOrigin()
1533 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE in checkDigests()
1556 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE in checkPurposes()
1624 case KM_SECURITY_LEVEL_SOFTWARE: in checkAttestationSecurityLevelDependentParams()
1668 case KM_SECURITY_LEVEL_SOFTWARE: in checkDeviceLocked()
DDeviceOwnerKeyManagementTest.java23 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_SOFTWARE;
562 case KM_SECURITY_LEVEL_SOFTWARE: in isDeviceLockedAccordingToAttestation()