wc_DhSetCheckKey

Function wc_DhSetCheckKey 

Source
pub unsafe extern "C" fn wc_DhSetCheckKey(
    key: *mut DhKey,
    p: *const byte,
    pSz: word32,
    g: *const byte,
    gSz: word32,
    q: *const byte,
    qSz: word32,
    trusted: c_int,
    rng: *mut WC_RNG,
) -> c_int