Home
last modified time | relevance | path

Searched refs:DmCryptTarget (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/libs/devicemapper/src/
Dcrypt.rs71 pub struct DmCryptTarget(Box<[u8]>); struct
73 impl DmCryptTarget { impl
143 pub fn build(&self) -> Result<DmCryptTarget> { in build() argument
189 Ok(DmCryptTarget(buf.into_boxed_slice())) in build()
Dlib.rs53 use crypt::DmCryptTarget;
156 pub fn create_crypt_device(&self, name: &str, target: &DmCryptTarget) -> Result<PathBuf> { in create_crypt_device()