Searched refs:KeystoreKeyBackend (Results 1 – 3 of 3) sorted by relevance
162 pub struct KeystoreKeyBackend { struct167 unsafe impl Sync for KeystoreKeyBackend {} implementation169 unsafe impl Send for KeystoreKeyBackend {} implementation171 impl KeystoreKeyBackend { impl184 Ok(KeystoreKeyBackend { handle }) in new()188 impl Drop for KeystoreKeyBackend { implementation199 impl Backend for KeystoreKeyBackend { implementation678 let backend = crate::KeystoreKeyBackend::new()?; in test_label_lookup()726 let backend = KeystoreKeyBackend::new()?;
29 use keystore2_selinux::{check_access, getpidcon, setcon, Backend, Context, KeystoreKeyBackend};214 let backend = KeystoreKeyBackend::new();
44 static ref KEYSTORE2_KEY_LABEL_BACKEND: selinux::KeystoreKeyBackend =45 selinux::KeystoreKeyBackend::new().unwrap();