Home
last modified time | relevance | path

Searched refs:xform_ah_authsize (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dxform.h112 int xform_ah_authsize(const struct auth_hash *);
H A Dxform_esp.c306 alen = xform_ah_authsize(esph); in esp_input()
535 alen = xform_ah_authsize(esph); in esp_input_cb()
718 alen = xform_ah_authsize(esph); in esp_output()
1029 alen = xform_ah_authsize(esph); in esp_output_cb()
H A Dxform_ah.c90 xform_ah_authsize((sav)->tdb_authalgxform))
117 xform_ah_authsize(const struct auth_hash *esph) in xform_ah_authsize() function