OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authsize
(Results
1 - 2
of
2
) sorted by relevancy
/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
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
...]
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026