Function wolf_crypto_sys::wc_RsaFunction

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