Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A Dservice.rs53 pub struct KeystoreService { struct
58 impl KeystoreService { argument
353 impl binder::Interface for KeystoreService {} implementation
357 impl IKeystoreService for KeystoreService { implementation
H A Dkeystore2_main.rs23 use keystore2::service::KeystoreService;
81 let ks_service = KeystoreService::new_native_binder(id_rotation_state).unwrap_or_else(|e| { in main()