Searched refs:nw (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | vmac.c | 148 #define nh_16(mp, kp, nw, rh, rl) \ argument 152 for (i = 0; i < nw; i += 2) { \ 159 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 163 for (i = 0; i < nw; i += 2) { \ 174 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 178 for (i = 0; i < nw; i += 8) { \ 194 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 198 for (i = 0; i < nw; i += 8) { \ 253 #define nh_16(mp, kp, nw, rh, rl) \ argument 258 for (i = 0; i < nw; i += 2) { \ [all …]
|