Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dservice.rs23 use crate::security_level::KeystoreSecurityLevel;
65 let (dev, uuid) = KeystoreSecurityLevel::new_native_binder( in new_native_binder()
75 KeystoreSecurityLevel::new_native_binder(SecurityLevel::STRONGBOX, id_rotation_state) in new_native_binder()
Dsecurity_level.rs71 pub struct KeystoreSecurityLevel { struct
84 impl KeystoreSecurityLevel { argument
989 impl binder::Interface for KeystoreSecurityLevel {} implementation
991 impl IKeystoreSecurityLevel for KeystoreSecurityLevel { implementation