Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c313 #define L1_PAD_BOUNDARY 32 /* pad message to boundary multiple */ macro
676 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()
677 ~(L1_PAD_BOUNDARY - 1)); in nh_final()
683 nh_len = L1_PAD_BOUNDARY; in nh_final()
684 zero_pad(hc->data, L1_PAD_BOUNDARY); in nh_final()
1134 nh_len = L1_PAD_BOUNDARY; /* be seen, comment out this case */
1136 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));
1152 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));