Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/metrics/
DSecurityLevel.aidl29 SECURITY_LEVEL_STRONGBOX = 3, enumConstant
/system/security/keystore2/src/
Dmetrics_store.rs424 SecurityLevel::STRONGBOX => MetricsSecurityLevel::SECURITY_LEVEL_STRONGBOX, in process_security_level()