Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestation.java43 public static final int KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 1; field in Attestation
83 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in securityLevelToString()
DKeyAttestationTest.java20 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT;
727 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in checkAttestationSecurityLevelDependentParams()
730 is(KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT)); in checkAttestationSecurityLevelDependentParams()
740 .getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkAttestationSecurityLevelDependentParams()
778 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkRsaKeyDetails()
811 attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkRsaKeyDetails()
824 if (attestation.getKeymasterSecurityLevel() == KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT) { in checkEcKeyDetails()