Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dservice.rs22 use crate::security_level::KeystoreSecurityLevel;
64 let (dev, uuid) = KeystoreSecurityLevel::new_native_binder( in new_native_binder()
78 KeystoreSecurityLevel::new_native_binder(SecurityLevel::STRONGBOX, id_rotation_state) in new_native_binder()
Dsecurity_level.rs62 pub struct KeystoreSecurityLevel { struct
79 impl KeystoreSecurityLevel { argument
960 impl binder::Interface for KeystoreSecurityLevel {} implementation
962 impl IKeystoreSecurityLevel for KeystoreSecurityLevel { implementation