Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dxform.h111 int xform_ah_authsize(const struct auth_hash *);
H A Dxform_esp.c316 alen = xform_ah_authsize(esph); in esp_input()
555 alen = xform_ah_authsize(esph); in esp_input_cb()
740 alen = xform_ah_authsize(esph); in esp_output()
1054 alen = xform_ah_authsize(esph); in esp_output_cb()
H A Dxform_ah.c90 xform_ah_authsize((sav)->tdb_authalgxform))
119 xform_ah_authsize(const struct auth_hash *esph) in xform_ah_authsize() function
H A Dipsec_offload.c842 alen = xform_ah_authsize(sav->tdb_authalgxform); in ipsec_accel_output_pad()