Skip to main content

wc_MakeSelfCert

Function wc_MakeSelfCert 

Source
pub unsafe extern "C" fn wc_MakeSelfCert(
    cert: *mut Cert,
    buf: *mut byte,
    buffSz: word32,
    key: *mut RsaKey,
    rng: *mut WC_RNG,
) -> c_int