Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDumac.c683 int nh_len, nbits; in nh_final() local
686 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()
689 nh_len - hc->next_data_empty); in nh_final()
690 nh_transform(hc, hc->data, nh_len); in nh_final()
693 nh_len = L1_PAD_BOUNDARY; in nh_final()
695 nh_transform(hc, hc->data, nh_len); in nh_final()
1136 UINT32 nh_len;
1144 nh_len = L1_PAD_BOUNDARY; /* be seen, comment out this case */
1146 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));
1147 extra_zeroes_needed = nh_len - len;
[all …]