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

/linux-master/crypto/
H A Dvmac.c142 * Optionally, nh_vmac_nhbytes can be defined (for multiples of
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);
420 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl);

Completed in 92 milliseconds