keyctl_pkey_verify

Function keyctl_pkey_verify 

Source
pub fn keyctl_pkey_verify(
    key: KeyringSerial,
    info: &str,
    data: &[u8],
    sig: &[u8],
) -> Result<bool, Errno>