Searched defs:KeyboxUnwrapReq (Results 1 – 1 of 1) sorted by relevance
68 pub(crate) struct KeyboxUnwrapReq<'a> { struct70 unwrap_req_header: KeyboxUnwrapReqPayloadHdr, argument74 impl<'a> KeyboxUnwrapReq<'a> { argument83 impl<'s> Serialize<'s> for KeyboxUnwrapReq<'s> { implementation