Function nc::request_key

source ·
pub unsafe fn request_key<P: AsRef<Path>>(
    type_: P,
    description: P,
    callout_info: P,
    dest_keyring: key_serial_t
) -> Result<key_serial_t, Errno>
Expand description

Request a key from kernel’s key management facility.