Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java40 public static final int KM_SECURITY_LEVEL_STRONG_BOX = 2; field in Attestation
105 case KM_SECURITY_LEVEL_STRONG_BOX: in securityLevelToString()
DEatAttestation.java152 return Attestation.KM_SECURITY_LEVEL_STRONG_BOX; in eatSecurityLevelToKeymintSecurityLevel()
DAuthorizationList.java750 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;
1105 case KM_SECURITY_LEVEL_STRONG_BOX: in checkDeviceLocked()