Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/selinux/src/
H A Dlib.rs160 pub struct KeystoreKeyBackend { struct
165 unsafe impl Sync for KeystoreKeyBackend {} implementation
167 unsafe impl Send for KeystoreKeyBackend {} implementation
169 impl KeystoreKeyBackend { implementation
182 Ok(KeystoreKeyBackend { handle }) in new()
186 impl Drop for KeystoreKeyBackend { implementation
197 impl Backend for KeystoreKeyBackend { implementation
676 let backend = crate::KeystoreKeyBackend::new()?; in test_label_lookup()
724 let backend = KeystoreKeyBackend::new()?;
/aosp_15_r20/system/security/keystore2/src/fuzzers/
H A Dkeystore2_unsafe_fuzzer.rs29 use keystore2_selinux::{check_access, getpidcon, setcon, Backend, Context, KeystoreKeyBackend};
214 let backend = KeystoreKeyBackend::new();
/aosp_15_r20/system/security/keystore2/src/
H A Dpermission.rs46 static KEYSTORE2_KEY_LABEL_BACKEND: LazyLock<selinux::KeystoreKeyBackend> =
47 LazyLock::new(|| selinux::KeystoreKeyBackend::new().unwrap());