Skip to main content

wc_AesGcmDecrypt

Function wc_AesGcmDecrypt 

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