nettle_ocb_encrypt

Function nettle_ocb_encrypt 

Source
pub unsafe extern "C" fn nettle_ocb_encrypt(
    ctx: *mut ocb_ctx,
    key: *const ocb_key,
    cipher: *const c_void,
    f: nettle_cipher_func,
    length: usize,
    dst: *mut u8,
    src: *const u8,
)