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