Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributes.java98 private static final int KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 1; field in AndroidKeystoreAttestationVerificationAttributes
428 case KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in getSecurityLevelEnum()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java895 return KeymasterDefs.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT; in toKeymaster()
912 case KeymasterDefs.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT: in fromKeymaster()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java205 public static final int KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT = field in KeymasterDefs