Function wolf_crypto_sys::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