Skip to main content

wc_MakeCert

Function wc_MakeCert 

Source
pub unsafe extern "C" fn wc_MakeCert(
    cert: *mut Cert,
    derBuffer: *mut byte,
    derSz: word32,
    rsaKey: *mut RsaKey,
    eccKey: *mut ecc_key,
    rng: *mut WC_RNG,
) -> c_int