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