Searched refs:mh (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | vmac.c | 190 #define poly_step(ah, al, kh, kl, mh, ml) \ argument 209 ADD128(ah, al, mh, ml); \ 238 const u64 *mh, const u64 *ml) in poly_step_func() argument 254 p += *(u64 *)mh; in poly_step_func() 296 #define poly_step(ah, al, kh, kl, mh, ml) \ argument 297 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
|