Function bearssl::br_md5sha1_state [] [src]

pub unsafe extern "C" fn br_md5sha1_state(
    ctx: *const br_md5sha1_context,
    out: *mut c_void
) -> u64

\brief Save MD5+SHA-1 running state.

The running state for MD5+SHA-1 (output of the last internal block processing) is written in the buffer pointed to by out. The number of bytes injected since the last initialisation or reset call is returned. The context is not modified.

\param ctx pointer to the context structure. \param out destination buffer for the running state. \return the injected total byte length.