Home
last modified time | relevance | path

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

/system/see/authmgr/authmgr-be/src/
Dauthorization.rs47 pub struct AuthMgrBE { struct
48 crypto: CryptoTraitImpl,
49 device: Box<dyn Device>,
50 persistent_storage: Box<dyn PersistentStorage>,
51 auth_started_pvms: AuthStartedPvms,
52 auth_completed_pvms: AuthenticatedPvms,
53 latest_global_sequence_number: LatestGlobalSeqNum,
54 pending_client_authorizations: PendingClientAuthorizations,
55 authorized_clients: AuthorizedClientsGlobalList,
56 memory_limits: MemoryLimits,
[all …]
Dtests.rs225 pub fn test_auth_mgr_protocol_succeeds_single_pvm(authmgr_be: &mut AuthMgrBE, mut pvm: PVM) { in test_auth_mgr_protocol_succeeds_single_pvm()