Searched refs:KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT (Results 1 – 6 of 6) sorted by relevance
41 public static final int KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 1; field in Attestation113 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in securityLevelToString()
152 return Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT; in eatSecurityLevelToKeymintSecurityLevel()
776 return Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT; in eatSecurityLevelToKeymasterSecurityLevel()
62 private static final int KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 1; field in ParsedAttestationRecord211 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in securityLevelToEnum()
21 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT;1267 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT in checkAttestationDeviceProperties()1596 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in checkAttestationSecurityLevelDependentParams()1599 is(KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT)); in checkAttestationSecurityLevelDependentParams()1626 .getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkAttestationSecurityLevelDependentParams()1656 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in checkDeviceLocked()1802 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT in checkRsaKeyDetails()1836 attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkRsaKeyDetails()1850 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT in checkEcKeyDetails()
25 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT;555 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in isDeviceLockedAccordingToAttestation()