Searched refs:nh_vmac_nhbytes (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | vmac.c | 175 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ macro 347 #ifndef nh_vmac_nhbytes 348 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ macro 354 nh_vmac_nhbytes(mp, kp, nw, rh, rl); \ 355 nh_vmac_nhbytes(mp, ((kp)+2), nw, rh2, rl2); \ 412 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl); in vhash_blocks() 420 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl); in vhash_blocks()
|