Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/selinux/src/
H A Dlib.rs160 pub struct KeystoreKeyBackend { struct
164 // SAFETY: KeystoreKeyBackend is Sync because selabel_lookup is thread safe. argument
165 unsafe impl Sync for KeystoreKeyBackend {} implementation
167 unsafe impl Send for KeystoreKeyBackend {} implementation
169 impl KeystoreKeyBackend { implementation
186 impl Drop for KeystoreKeyBackend { implementation
197 impl Backend for KeystoreKeyBackend { implementation