Struct libcryptsetup_rs::CryptKeyfileHandle
source · pub struct CryptKeyfileHandle<'a> { /* private fields */ }Expand description
Handle for keyfile operations
Implementations§
source§impl<'a> CryptKeyfileHandle<'a>
impl<'a> CryptKeyfileHandle<'a>
sourcepub fn device_read(
&mut self,
keyfile: &Path,
keyfile_offset: u64,
key_size: Option<size_t>,
flags: CryptKeyfile
) -> Result<CryptKeyfileContents, LibcryptErr>
pub fn device_read( &mut self, keyfile: &Path, keyfile_offset: u64, key_size: Option<size_t>, flags: CryptKeyfile ) -> Result<CryptKeyfileContents, LibcryptErr>
Read keyfile into memory - these bindings will automatically
safely clean it up after CryptKeyfileContents is dropped