Searched refs:KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT (Results 1 – 5 of 5) sorted by relevance
39 public static final int KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 1; field in Attestation103 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in securityLevelToString()
150 return Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT; in eatSecurityLevelToKeymintSecurityLevel()
748 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;820 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkAttestationDeviceProperties()1090 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in checkAttestationSecurityLevelDependentParams()1093 is(KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT)); in checkAttestationSecurityLevelDependentParams()1104 .getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkAttestationSecurityLevelDependentParams()1136 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in checkDeviceLocked()1251 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkRsaKeyDetails()1284 attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkRsaKeyDetails()1297 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkEcKeyDetails()