Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c318 #define L1_PAD_BOUNDARY 32 /* pad message to boundary multiple */ macro
681 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()
682 ~(L1_PAD_BOUNDARY - 1)); in nh_final()
688 nh_len = L1_PAD_BOUNDARY; in nh_final()
689 zero_pad(hc->data, L1_PAD_BOUNDARY); in nh_final()
1139 nh_len = L1_PAD_BOUNDARY; /* be seen, comment out this case */
1141 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));
1157 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));