Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dumac.c344 int next_data_empty; /* Bookkeeping variable for data buffer. */ member
607 hc->next_data_empty = 0; in nh_reset()
639 j = hc->next_data_empty; in nh_update()
659 hc->next_data_empty = j + nbytes; in nh_update()
699 if (hc->next_data_empty != 0) { in nh_final()
700 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()
702 zero_pad(hc->data + hc->next_data_empty, in nh_final()
703 nh_len - hc->next_data_empty); in nh_final()
705 hc->bytes_hashed += hc->next_data_empty; in nh_final()