HomeSort by: relevance | last modified time | path
    Searched refs:ah_max_authsize (Results 1 - 2 of 2) 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;
xform_esp.c 1033 extern int ah_max_authsize;
1034 KASSERT(ah_max_authsize != 0);
1035 esp_pool_item_size = sizeof(struct tdb_crypto) + ah_max_authsize;

Completed in 12 milliseconds