Home | Sort by: relevance | last modified time | path |
/src/sys/opencrypto/ | |
xform.h | 35 u_int16_t authsize; member in struct:auth_hash |
/src/sys/netipsec/ | |
xform_ah.c | 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; local in function:ah_hdrsiz 183 authsize = AUTHSIZE(sav); 184 size = roundup(rplen + authsize, align); 530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS; local in function:ah_input 565 authsize = AUTHSIZE(sav) 739 int authsize; local in function:ah_input_cb 891 int error, rplen, authsize, ahsize, maxpacketsize, roff; local in function:ah_output [all...] |