Searched refs:KeystoreKeyBackend (Results 1 – 3 of 3) sorted by relevance
160 pub struct KeystoreKeyBackend { struct165 unsafe impl Sync for KeystoreKeyBackend {} implementation167 unsafe impl Send for KeystoreKeyBackend {} implementation169 impl KeystoreKeyBackend { implementation182 Ok(KeystoreKeyBackend { handle }) in new()186 impl Drop for KeystoreKeyBackend { implementation197 impl Backend for KeystoreKeyBackend { implementation676 let backend = crate::KeystoreKeyBackend::new()?; in test_label_lookup()724 let backend = KeystoreKeyBackend::new()?;
29 use keystore2_selinux::{check_access, getpidcon, setcon, Backend, Context, KeystoreKeyBackend};214 let backend = KeystoreKeyBackend::new();
46 static KEYSTORE2_KEY_LABEL_BACKEND: LazyLock<selinux::KeystoreKeyBackend> =47 LazyLock::new(|| selinux::KeystoreKeyBackend::new().unwrap());