Home
last modified time | relevance | path

Searched refs:authsize (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dxform_ah.c149 int authsize, rplen, align; in ah_hdrsiz() local
162 authsize = AUTHSIZE(sav); in ah_hdrsiz()
163 size = roundup(rplen + authsize, align); in ah_hdrsiz()
540 int hl, rplen, authsize, ahsize, error; in ah_input() local
579 authsize = AUTHSIZE(sav); in ah_input()
635 m_copyback(m, skip + rplen, authsize, ipseczeroes); in ah_input()
695 int authsize, rplen, ahsize, error, skip, protoff; in ah_input_cb() local
741 authsize = AUTHSIZE(sav); in ah_input_cb()
745 m_copydata(m, skip + rplen, authsize, calc); in ah_input_cb()
857 authsize = AUTHSIZE(sav); in ah_output()
[all …]