Searched defs:DmCryptTarget (Results 1 – 1 of 1) sorted by relevance
71 pub struct DmCryptTarget(Box<[u8]>); struct73 impl DmCryptTarget { impl143 pub fn build(&self) -> Result<DmCryptTarget> { in build()