Searched refs:nh_vmac_nhbytes (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | vmac.c | 174 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ macro 346 #ifndef nh_vmac_nhbytes 347 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ macro 353 nh_vmac_nhbytes(mp, kp, nw, rh, rl); \ 354 nh_vmac_nhbytes(mp, ((kp)+2), nw, rh2, rl2); \ 411 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl); in vhash_blocks() 419 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl); in vhash_blocks()
|