Home
last modified time | relevance | path

Searched refs:rplen (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
161 rplen = HDRSIZE(sav); in ah_hdrsiz()
540 int hl, rplen, authsize, ahsize, error; in ah_input() local
549 rplen = HDRSIZE(sav); in ah_input()
551 if (m->m_len < skip + rplen) { in ah_input()
552 m = m_pullup(m, skip + rplen); in ah_input()
615 crp->crp_digest_start = skip + rplen; in ah_input()
740 rplen = HDRSIZE(sav); in ah_input_cb()
856 rplen = HDRSIZE(sav); in ah_output()
934 m_copyback(m, skip + rplen + authsize, ahsize - (rplen + authsize), in ah_output()
[all …]