Searched refs:nh_vmac_nhbytes (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/crypto/ |
D | vmac.c | 137 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ macro 309 #ifndef nh_vmac_nhbytes 310 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ macro 316 nh_vmac_nhbytes(mp, kp, nw, rh, rl); \ 317 nh_vmac_nhbytes(mp, ((kp)+2), nw, rh2, rl2); \ 391 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl); in vhash_update() 399 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl); in vhash_update() 427 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, ch, cl); in vhash() 444 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl); in vhash()
|