Searched defs:kl (Results 1 - 1 of 1) sorted by relevance

/crypto/
H A Dvmac.c190 #define poly_step(ah, al, kh, kl, mh, ml) \
195 PMUL64(t2h, t2l, ah, kl); \
197 PMUL64(ah, al, al, kl); \
237 const u64 *kh, const u64 *kl,
244 #define k0 (*(((u32 *)kl)+INDEX_LOW))
245 #define k1 (*(((u32 *)kl)+INDEX_HIGH))
296 #define poly_step(ah, al, kh, kl, mh, ml) \
297 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
236 poly_step_func(u64 *ahi, u64 *alo, const u64 *kh, const u64 *kl, const u64 *mh, const u64 *ml) argument

Completed in 39 milliseconds