Home
last modified time | relevance | path

Searched refs:next_data_empty (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dumac.c319 int next_data_empty; /* Bookeeping variable for data buffer. */ member
582 hc->next_data_empty = 0; in nh_reset()
614 j = hc->next_data_empty; in nh_update()
634 hc->next_data_empty = j + nbytes; in nh_update()
674 if (hc->next_data_empty != 0) { in nh_final()
675 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()
677 zero_pad(hc->data + hc->next_data_empty, in nh_final()
678 nh_len - hc->next_data_empty); in nh_final()
680 hc->bytes_hashed += hc->next_data_empty; in nh_final()