Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c316 #define L1_PAD_BOUNDARY 32 /* pad message to boundary multiple */ macro
679 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()
680 ~(L1_PAD_BOUNDARY - 1)); in nh_final()
686 nh_len = L1_PAD_BOUNDARY; in nh_final()
687 zero_pad(hc->data, L1_PAD_BOUNDARY); in nh_final()
1138 nh_len = L1_PAD_BOUNDARY; /* be seen, comment out this case */
1140 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));
1156 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));