Home | History | Annotate | Download | only in netipsec

Lines Matching defs:authsize

99 #define	AUTHSIZE(sav) \
100 ((sav->flags & SADB_X_EXT_OLD) ? 16 : (sav)->tdb_authalgxform->authsize)
109 int ah_max_authsize; /* max authsize over all algorithms */
160 size = AUTHSIZE(sav);
170 int authsize, rplen, align;
183 authsize = AUTHSIZE(sav);
184 size = roundup(rplen + authsize, align);
530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS;
565 authsize = AUTHSIZE(sav);
615 size_t extra = skip + rplen + authsize;
645 m_copyback(m, skip + rplen, authsize, ipseczeroes);
739 int authsize;
761 authsize = AUTHSIZE(sav);
764 size = sizeof(*tc) + skip + rplen + authsize;
788 m_copydata(m, skip + rplen, authsize, calc);
794 if (!consttime_memequal(pppp, calc, authsize)) {
800 authsize, ipsec_address(&saidx->dst, buf, sizeof(buf)),
891 int error, rplen, authsize, ahsize, maxpacketsize, roff;
905 authsize = AUTHSIZE(sav);
981 m_copyback(m, skip + rplen, authsize, ipseczeroes);
984 m_copyback(m, skip + rplen + authsize, ahsize - (rplen + authsize),
1188 alen = AUTHSIZE(sav);
1229 if ((auth_hash_ ## name).authsize > ah_max_authsize) \
1230 ah_max_authsize = (auth_hash_ ## name).authsize