Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dapc.rs195 pub struct ApcManager { struct
199 impl Interface for ApcManager {} implementation
201 impl ApcManager { implementation
357 impl IProtectedConfirmation for ApcManager { implementation
Dkeystore2_main.rs24 use keystore2::{apc::ApcManager, shared_secret_negotiation};
89 ApcManager::new_native_binder(confirmation_token_sender).unwrap_or_else(|e| { in main()