Searched refs:nh_16 (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | vmac.c | 111 #define nh_16(mp, kp, nw, rh, rl) \ macro 215 #ifndef nh_16 216 #define nh_16(mp, kp, nw, rh, rl) \ macro 305 nh_16(mp, kp, nw, rh, rl); \ 306 nh_16(mp, ((kp)+2), nw, rh2, rl2); \ 311 nh_16(mp, kp, nw, rh, rl) 433 nh_16(mptr, kptr, 2*((remaining+15)/16), ch, cl); in vhash() 450 nh_16(mptr, kptr, 2*((remaining+15)/16), rh, rl); in vhash()
|