HomeSort by: relevance | last modified time | path
    Searched defs:ah_max_authsize (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netipsec/
xform_ah.c 109 int ah_max_authsize; /* max authsize over all algorithms */ variable in typeref:typename:int
157 return ah_max_authsize;
187 size = sizeof(struct ah) + sizeof(uint32_t) + ah_max_authsize;
1229 if ((auth_hash_ ## name).authsize > ah_max_authsize) \
1230 ah_max_authsize = (auth_hash_ ## name).authsize
1232 ah_max_authsize = 0;
1251 IPSECLOG(LOG_DEBUG, "ah_max_authsize=%d\n", ah_max_authsize);
1257 sizeof(struct ah) + sizeof(uint32_t) + ah_max_authsize;

Completed in 11 milliseconds