Searched refs:L1_PAD_BOUNDARY (Results 1 – 1 of 1) sorted by relevance
312 #define L1_PAD_BOUNDARY 32 /* pad message to boundary multiple */ macro675 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()676 ~(L1_PAD_BOUNDARY - 1)); in nh_final()682 nh_len = L1_PAD_BOUNDARY; in nh_final()683 zero_pad(hc->data, L1_PAD_BOUNDARY); in nh_final()1133 nh_len = L1_PAD_BOUNDARY; /* be seen, comment out this case */ 1135 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));1151 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));