Skip to main content

wc_RNG_HealthTest_ex

Function wc_RNG_HealthTest_ex 

Source
pub unsafe extern "C" fn wc_RNG_HealthTest_ex(
    reseed: c_int,
    nonce: *const byte,
    nonceSz: word32,
    seedA: *const byte,
    seedASz: word32,
    seedB: *const byte,
    seedBSz: word32,
    output: *mut byte,
    outputSz: word32,
    heap: *mut c_void,
    devId: c_int,
) -> c_int