Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java42 public static final int KM_SECURITY_LEVEL_STRONG_BOX = 2; field in Attestation
115 case KM_SECURITY_LEVEL_STRONG_BOX: in securityLevelToString()
DEatAttestation.java154 return Attestation.KM_SECURITY_LEVEL_STRONG_BOX; in eatSecurityLevelToKeymintSecurityLevel()
DAuthorizationList.java778 return Attestation.KM_SECURITY_LEVEL_STRONG_BOX; in eatSecurityLevelToKeymasterSecurityLevel()
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java63 private static final int KM_SECURITY_LEVEL_STRONG_BOX = 2; field in ParsedAttestationRecord
213 case KM_SECURITY_LEVEL_STRONG_BOX: in securityLevelToEnum()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java20 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_STRONG_BOX;
1268 || attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_STRONG_BOX) { in checkAttestationDeviceProperties()
1325 if (attestation.getAttestationSecurityLevel() == KM_SECURITY_LEVEL_STRONG_BOX) { in checkKeyIndependentAttestationInfo()
1610 case KM_SECURITY_LEVEL_STRONG_BOX: in checkAttestationSecurityLevelDependentParams()
1613 is(KM_SECURITY_LEVEL_STRONG_BOX)); in checkAttestationSecurityLevelDependentParams()
1655 case KM_SECURITY_LEVEL_STRONG_BOX: in checkDeviceLocked()
1803 || attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_STRONG_BOX) { in checkRsaKeyDetails()
1851 || attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_STRONG_BOX) { in checkEcKeyDetails()
DDeviceOwnerKeyManagementTest.java24 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_STRONG_BOX;
554 case KM_SECURITY_LEVEL_STRONG_BOX: in isDeviceLockedAccordingToAttestation()