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