Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/aidl/android/security/metrics/
H A DSecurityLevel.aidl27 SECURITY_LEVEL_SOFTWARE = 1, enumConstant
/aosp12/frameworks/proto_logging/stats/enums/system/security/keystore2/
H A Denums.proto26 SECURITY_LEVEL_SOFTWARE = 1; enumerator
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java841 public static final int SECURITY_LEVEL_SOFTWARE = 0; field in KeyProperties