Home
last modified time | relevance | path

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

/trusty/user/app/keymint/
Dffi_bindings.rs68 pub(crate) struct KeyboxUnwrapReq<'a> { struct
70 unwrap_req_header: KeyboxUnwrapReqPayloadHdr, argument
74 impl<'a> KeyboxUnwrapReq<'a> { argument
83 impl<'s> Serialize<'s> for KeyboxUnwrapReq<'s> { implementation