Home
last modified time | relevance | path

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

/system/see/authmgr/authmgr-be/src/
Ddata_structures.rs102 ) -> Option<&mut AuthorizedClient> { in get_mutable_authorized_client()
109 authorized_client: AuthorizedClient, in insert_authorized_client()
144 pub struct AuthorizedClient { struct
153 impl AuthorizedClient { argument
Dauthorization.rs511 authorized_client: &mut AuthorizedClient, in enforce_rollback_protection_for_client_in_cache()