Skip to main content

request_key

Function request_key 

Source
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.