Home
last modified time | relevance | path

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

/trusty/user/app/authmgr/authmgr-be/lib/src/
Dserver.rs75 pub struct AuthMgrMessage(pub Vec<u8>); struct
77 impl Deserialize for AuthMgrMessage { implementation
86 impl<'s> Serialize<'s> for AuthMgrMessage { implementation
Dtests.rs585 pub struct AuthMgrMessage(pub Vec<u8>); in test_authmgr_raw_command_without_authentication() struct
587 impl Deserialize for AuthMgrMessage { in test_authmgr_raw_command_without_authentication() implementation
596 impl<'s> Serialize<'s> for AuthMgrMessage { in test_authmgr_raw_command_without_authentication() implementation