Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java47 public static final int KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 1; field in Attestation
90 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in securityLevelToString()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java21 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT;
653 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkAttestationDeviceProperties()
914 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in checkAttestationSecurityLevelDependentParams()
917 is(KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT)); in checkAttestationSecurityLevelDependentParams()
928 .getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkAttestationSecurityLevelDependentParams()
960 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in checkDeviceLocked()
1075 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkRsaKeyDetails()
1108 attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkRsaKeyDetails()
1121 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkEcKeyDetails()
/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()