| /src/sys/opencrypto/ |
| xform.h | 35 u_int16_t authsize; member in struct:auth_hash
|
| 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 183 authsize = AUTHSIZE(sav); 184 size = roundup(rplen + authsize, align); 530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS; local 565 authsize = AUTHSIZE(sav) 739 int authsize; local 891 int error, rplen, authsize, ahsize, maxpacketsize, roff; local [all...] |
| 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 183 authsize = AUTHSIZE(sav); 184 size = roundup(rplen + authsize, align); 530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS; local 565 authsize = AUTHSIZE(sav) 739 int authsize; local 891 int error, rplen, authsize, ahsize, maxpacketsize, roff; local [all...] |