Searched refs:kh (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | vmac.c | 228 #define poly_step(ah, al, kh, kl, mh, ml) \ argument 232 PMUL64(t3h, t3l, al, kh); \ 234 PMUL64(t1h, t1l, ah, 2*kh); \ 275 const u64 *kh, const u64 *kl, in poly_step_func() argument 284 #define k2 (*(((u32 *)kh)+INDEX_LOW)) in poly_step_func() 285 #define k3 (*(((u32 *)kh)+INDEX_HIGH)) in poly_step_func() 334 #define poly_step(ah, al, kh, kl, mh, ml) \ argument 335 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
|