[][src]Function miscreant::ffi::crypto_aead_aes128pmacsiv_encrypt

#[no_mangle]
pub unsafe extern "C" fn crypto_aead_aes128pmacsiv_encrypt(
    ct: *mut u8,
    ctlen_p: *mut u64,
    msg: *const u8,
    msglen: u64,
    nonce: *const u8,
    noncelen: u64,
    ad: *const u8,
    adlen: u64,
    key: *const u8
) -> i32

AES-128-PMAC-SIV AEAD: authenticated encryption