keyctl_dh_compute

Function keyctl_dh_compute 

Source
pub fn keyctl_dh_compute(
    private: KeyringSerial,
    prime: KeyringSerial,
    base: KeyringSerial,
    buffer: Option<Out<'_, [u8]>>,
) -> Result<usize, Errno>