Function wolf_crypto_sys::wc_RsaSSL_Sign

source ยท
pub unsafe extern "C" fn wc_RsaSSL_Sign(
    in_: *const byte,
    inLen: word32,
    out: *mut byte,
    outLen: word32,
    key: *mut RsaKey,
    rng: *mut WC_RNG,
) -> c_int