Searched refs:KeystoreSecurityLevel (Results 1 – 2 of 2) sorted by relevance
22 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()
62 pub struct KeystoreSecurityLevel { struct79 impl KeystoreSecurityLevel { argument960 impl binder::Interface for KeystoreSecurityLevel {} implementation962 impl IKeystoreSecurityLevel for KeystoreSecurityLevel { implementation