Home
last modified time | relevance | path

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

/system/security/keystore2/selinux/src/
Dlib.rs159 pub struct KeystoreKeyBackend { struct
164 unsafe impl Sync for KeystoreKeyBackend {} implementation
165 unsafe impl Send for KeystoreKeyBackend {} implementation
167 impl KeystoreKeyBackend { implementation
180 Ok(KeystoreKeyBackend { handle }) in new()
184 impl Drop for KeystoreKeyBackend { implementation
195 impl Backend for KeystoreKeyBackend { implementation
357 let backend = crate::KeystoreKeyBackend::new()?; in test_label_lookup()
405 let backend = KeystoreKeyBackend::new()?;
/system/security/keystore2/src/
Dpermission.rs47 static ref KEYSTORE2_KEY_LABEL_BACKEND: selinux::KeystoreKeyBackend =
48 selinux::KeystoreKeyBackend::new().unwrap();