Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dxform_ah.c89 #define AUTHSIZE(sav) ((sav->flags & SADB_X_EXT_OLD) ? 16 : \ macro
165 authsize = AUTHSIZE(sav); in ah_hdrsiz()
226 csp->csp_auth_mlen = AUTHSIZE(sav); in ah_init0()
584 authsize = AUTHSIZE(sav); in ah_input()
749 authsize = AUTHSIZE(sav); in ah_input_cb()
867 authsize = AUTHSIZE(sav); in ah_output()
1150 alen = AUTHSIZE(sav); in ah_output_cb()