Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/aidl/android/security/metrics/
H A DSecurityLevel.aidl29 SECURITY_LEVEL_STRONGBOX = 3, enumConstant
/aosp12/frameworks/proto_logging/stats/enums/system/security/keystore2/
H A Denums.proto28 SECURITY_LEVEL_STRONGBOX = 3; enumerator
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java850 public static final int SECURITY_LEVEL_STRONGBOX = 2; field in KeyProperties