Home | History | Annotate | Download | only in bf

Lines Matching refs:BF_ROUNDS

67 #if (BF_ROUNDS != 16) && (BF_ROUNDS != 20)
68 #error If you set BF_ROUNDS to some value other than 16 or 20, you will have \
100 #if BF_ROUNDS == 20
106 r^=p[BF_ROUNDS+1];
134 #if BF_ROUNDS == 20
140 r^=k[BF_ROUNDS+1];
160 l^=p[BF_ROUNDS+1];
161 #if BF_ROUNDS == 20
194 l^=k[BF_ROUNDS+1];
195 #if BF_ROUNDS == 20