Function nettle_sys::nettle_cbc_encrypt
source · pub unsafe extern "C" fn nettle_cbc_encrypt(
ctx: *const c_void,
f: nettle_cipher_func,
block_size: usize,
iv: *mut u8,
length: usize,
dst: *mut u8,
src: *const u8
)