Function bearssl::br_md5_set_state [] [src]

pub unsafe extern "C" fn br_md5_set_state(
    ctx: *mut br_md5_context,
    stb: *const c_void,
    count: u64
)

\brief Restore MD5 running state.

The running state for MD5 is set to the provided values.

\param ctx pointer to the context structure. \param stb source buffer for the running state. \param count the injected total byte length.