eax_decrypt_verify_memory

Function eax_decrypt_verify_memory 

Source
pub unsafe extern "C" fn eax_decrypt_verify_memory(
    cipher: c_int,
    key: *const c_uchar,
    keylen: c_ulong,
    nonce: *const c_uchar,
    noncelen: c_ulong,
    header: *const c_uchar,
    headerlen: c_ulong,
    ct: *const c_uchar,
    ctlen: c_ulong,
    pt: *mut c_uchar,
    tag: *mut c_uchar,
    taglen: c_ulong,
    stat: *mut c_int,
) -> c_int