Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java38 public static final int KM_SECURITY_LEVEL_SOFTWARE = 0; field in Attestation
101 case KM_SECURITY_LEVEL_SOFTWARE: in securityLevelToString()
DEatAttestation.java148 return Attestation.KM_SECURITY_LEVEL_SOFTWARE; in eatSecurityLevelToKeymintSecurityLevel()
DAuthorizationList.java746 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;
929 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE) { in checkOrigin()
1028 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE in checkDigests()
1047 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_SOFTWARE in checkPurposes()
1102 case KM_SECURITY_LEVEL_SOFTWARE: in checkAttestationSecurityLevelDependentParams()
1148 case KM_SECURITY_LEVEL_SOFTWARE: in checkDeviceLocked()