Skip to main content

wc_SignCert

Function wc_SignCert 

Source
pub unsafe extern "C" fn wc_SignCert(
    requestSz: c_int,
    sType: c_int,
    buf: *mut byte,
    buffSz: word32,
    rsaKey: *mut RsaKey,
    eccKey: *mut ecc_key,
    rng: *mut WC_RNG,
) -> c_int