Searched refs:nh_16 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | vmac.c | 140 * For each, nh_16 *must* be defined (works on multiples of 16 bytes). 148 #define nh_16(mp, kp, nw, rh, rl) \ macro 252 #ifndef nh_16 253 #define nh_16(mp, kp, nw, rh, rl) \ macro 338 /* At least nh_16 is defined. Defined others as needed here */ 342 nh_16(mp, kp, nw, rh, rl); \ 343 nh_16(mp, ((kp)+2), nw, rh2, rl2); \ 348 nh_16(mp, kp, nw, rh, rl) 548 nh_16(dctx->partial_words, tctx->nhkey, n / 8, rh, rl); in vhash_final()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | vmac.c | 141 * 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); in vhash_final()
|
Completed in 3 milliseconds