Function nettle_sys::nettle_gcm_encrypt
source · pub unsafe extern "C" fn nettle_gcm_encrypt(
ctx: *mut gcm_ctx,
key: *const gcm_key,
cipher: *const c_void,
f: nettle_cipher_func,
length: usize,
dst: *mut u8,
src: *const u8
)