Searched refs:authsize (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/netipsec/ |
| HD | xform_ah.c | 171 int authsize; in ah_hdrsiz() local 174 authsize = AUTHSIZE(sav); in ah_hdrsiz() 175 size = roundup(authsize, sizeof (u_int32_t)) + HDRSIZE(sav); in ah_hdrsiz() 573 int hl, rplen, authsize; in ah_input() local 607 authsize = AUTHSIZE(sav); in ah_input() 608 if (hl != authsize + rplen - sizeof (struct ah)) { in ah_input() 611 hl, (u_long) (authsize + rplen - sizeof (struct ah)), in ah_input() 656 skip + rplen + authsize, M_XDATA, M_NOWAIT|M_ZERO); in ah_input() 678 m_copydata(m, 0, skip + rplen + authsize, (caddr_t)(tc+1)); in ah_input() 681 m_copyback(m, skip + rplen, authsize, ipseczeroes); in ah_input() [all …]
|