Home
last modified time | relevance | path

Searched defs:SECURITY_LEVEL_TRUSTED_ENVIRONMENT (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/security/keystore2/aidl/android/security/metrics/
H A DSecurityLevel.aidl28 SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 2, enumConstant
/aosp12/frameworks/proto_logging/stats/enums/system/security/keystore2/
H A Denums.proto27 SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 2; enumerator
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java844 public static final int SECURITY_LEVEL_TRUSTED_ENVIRONMENT = 1; field in KeyProperties