Function wolf_crypto_sys::EncryptContent

source ยท
pub unsafe extern "C" fn EncryptContent(
    input: *mut byte,
    sz: word32,
    out: *mut byte,
    outSz: *mut word32,
    password: *const c_char,
    passwordSz: c_int,
    vPKCS: c_int,
    vAlgo: c_int,
    salt: *mut byte,
    saltSz: word32,
    itt: c_int,
    rng: *mut WC_RNG,
    heap: *mut c_void,
) -> c_int