Function bearssl::br_des_tab_cbcdec_run [] [src]

pub unsafe extern "C" fn br_des_tab_cbcdec_run(
    ctx: *const br_des_tab_cbcdec_keys,
    iv: *mut c_void,
    data: *mut c_void,
    len: usize
)

\brief CBC decryption with DES (des_tab implementation).

\param ctx context (already initialised). \param iv IV (updated). \param data data to decrypt (updated). \param len data length (in bytes, MUST be multiple of 8).