Skip to main content

wc_AesGcmEncrypt

Function wc_AesGcmEncrypt 

Source
pub unsafe extern "C" fn wc_AesGcmEncrypt(
    aes: *mut Aes,
    out: *mut byte,
    in_: *const byte,
    sz: word32,
    iv: *const byte,
    ivSz: word32,
    authTag: *mut byte,
    authTagSz: word32,
    authIn: *const byte,
    authInSz: word32,
) -> c_int