Function nettle_sys::nettle_eax_encrypt
source · pub unsafe extern "C" fn nettle_eax_encrypt(
eax: *mut eax_ctx,
key: *const eax_key,
cipher: *const c_void,
f: nettle_cipher_func,
length: usize,
dst: *mut u8,
src: *const u8
)