Home
last modified time | relevance | path

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

/crypto/
Dvmac.c148 #define nh_16(mp, kp, nw, rh, rl) \ argument
153 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
154 pe64_to_cpup((mp)+i+1)+(kp)[i+1]); \
159 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
164 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
165 pe64_to_cpup((mp)+i+1)+(kp)[i+1]); \
167 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i+2], \
168 pe64_to_cpup((mp)+i+1)+(kp)[i+3]); \
174 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument
179 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
[all …]