Home
last modified time | relevance | path

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

/crypto/
Dvmac.c227 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
246 ADD128(ah, al, mh, ml); \
275 const u64 *mh, const u64 *ml) in poly_step_func() argument
303 p += (u64)(((u32 *)ml)[INDEX_LOW]); in poly_step_func()
312 p += (u64)(((u32 *)ml)[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))