load

Function load 

Source
pub fn load(cd: &RawDevice, requested_type: crypt_device_type) -> Result<()>
Expand description

Load crypt device parameters from the on-disk header

Note that typically you cannot query the crypt device for information before this function is called.