pub unsafe fn request_key<P: AsRef<Path>>(
type_: P,
description: P,
callout_info: Option<P>,
dest_keyring: key_serial_t,
) -> Result<key_serial_t, Errno>Expand description
Request a key from kernel’s key management facility.
pub unsafe fn request_key<P: AsRef<Path>>(
type_: P,
description: P,
callout_info: Option<P>,
dest_keyring: key_serial_t,
) -> Result<key_serial_t, Errno>Request a key from kernel’s key management facility.