Searched refs:next_data_empty (Results 1 – 1 of 1) sorted by relevance
326 int next_data_empty; /* Bookkeeping variable for data buffer. */ member589 hc->next_data_empty = 0; in nh_reset()621 j = hc->next_data_empty; in nh_update()641 hc->next_data_empty = j + nbytes; in nh_update()681 if (hc->next_data_empty != 0) { in nh_final()682 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()684 zero_pad(hc->data + hc->next_data_empty, in nh_final()685 nh_len - hc->next_data_empty); in nh_final()687 hc->bytes_hashed += hc->next_data_empty; in nh_final()