keyctl_pkey_encrypt

Function keyctl_pkey_encrypt 

Source
pub fn keyctl_pkey_encrypt(
    key: KeyringSerial,
    info: &str,
    data: &[u8],
    buffer: Out<'_, [u8]>,
) -> Result<usize, Errno>