Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c317 #define L1_PAD_BOUNDARY 32 /* pad message to boundary multiple */ macro
680 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) & in nh_final()
681 ~(L1_PAD_BOUNDARY - 1)); in nh_final()
687 nh_len = L1_PAD_BOUNDARY; in nh_final()
688 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));