Function bearssl::br_sha384_set_state [] [src]

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

\brief Restore SHA-384 running state.

The running state for SHA-384 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.