Searched refs:DmCryptTarget (Results 1 – 2 of 2) sorted by relevance
71 pub struct DmCryptTarget(Box<[u8]>); struct73 impl DmCryptTarget { impl143 pub fn build(&self) -> Result<DmCryptTarget> { in build() argument189 Ok(DmCryptTarget(buf.into_boxed_slice())) in build()
53 use crypt::DmCryptTarget;156 pub fn create_crypt_device(&self, name: &str, target: &DmCryptTarget) -> Result<PathBuf> { in create_crypt_device()