Searched refs:nh_16 (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dvmac.c141 * For each, nh_16 *must* be defined (works on multiples of 16 bytes).
149 #define nh_16(mp, kp, nw, rh, rl) \ macro
253 #ifndef nh_16
254 #define nh_16(mp, kp, nw, rh, rl) \ macro
339 /* At least nh_16 is defined. Defined others as needed here */
343 nh_16(mp, kp, nw, rh, rl); \
344 nh_16(mp, ((kp)+2), nw, rh2, rl2); \
349 nh_16(mp, kp, nw, rh, rl)
549 nh_16(dctx->partial_words, tctx->nhkey, n / 8, rh, rl);

Completed in 92 milliseconds