Searched refs:nw (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | vmac.c | 111 #define nh_16(mp, kp, nw, rh, rl) \ argument 115 for (i = 0; i < nw; i += 2) { \ 122 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 126 for (i = 0; i < nw; i += 2) { \ 137 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 141 for (i = 0; i < nw; i += 8) { \ 157 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 161 for (i = 0; i < nw; i += 8) { \ 216 #define nh_16(mp, kp, nw, rh, rl) \ argument 221 for (i = 0; i < nw; i += 2) { \ [all …]
|