Function wolf_crypto_sys::wc_DhSetKey

source ยท
pub unsafe extern "C" fn wc_DhSetKey(
    key: *mut DhKey,
    p: *const byte,
    pSz: word32,
    g: *const byte,
    gSz: word32,
) -> c_int