Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java39 public static final int KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 1; field in Attestation
103 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in securityLevelToString()
DEatAttestation.java150 return Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT; in eatSecurityLevelToKeymintSecurityLevel()
DAuthorizationList.java748 return Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT; in eatSecurityLevelToKeymasterSecurityLevel()
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java62 private static final int KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 1; field in ParsedAttestationRecord
211 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in securityLevelToEnum()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java21 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT;
790 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkAttestationDeviceProperties()
1060 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in checkAttestationSecurityLevelDependentParams()
1063 is(KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT)); in checkAttestationSecurityLevelDependentParams()
1074 .getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkAttestationSecurityLevelDependentParams()
1106 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in checkDeviceLocked()
1221 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkRsaKeyDetails()
1254 attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkRsaKeyDetails()
1267 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkEcKeyDetails()