Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dxform_esp.c123 if (sav->tdb_authalgxform != NULL && sav->replay) in esp_hdrsiz()
207 sav->tdb_authalgxform = &auth_hash_nist_gmac_aes_128; in esp_init()
211 sav->tdb_authalgxform = &auth_hash_nist_gmac_aes_192; in esp_init()
215 sav->tdb_authalgxform = &auth_hash_nist_gmac_aes_256; in esp_init()
252 sav->tdb_authalgxform = NULL; in esp_cleanup()
297 esph = sav->tdb_authalgxform; in esp_input()
501 esph = sav->tdb_authalgxform; in esp_input_cb()
694 esph = sav->tdb_authalgxform; in esp_output()
1012 if (sav->tdb_authalgxform != NULL) in esp_output_cb()
1025 esph = sav->tdb_authalgxform; in esp_output_cb()
H A Dxform_ah.c90 xform_ah_authsize((sav)->tdb_authalgxform))
151 IPSEC_ASSERT(sav->tdb_authalgxform != NULL, ("null xform")); in ah_hdrsiz()
215 sav->tdb_authalgxform = thash; in ah_init0()
218 csp->csp_auth_alg = sav->tdb_authalgxform->type; in ah_init0()
254 sav->tdb_authalgxform = NULL; in ah_cleanup()
545 IPSEC_ASSERT(sav->tdb_authalgxform != NULL, in ah_input()
578 ahx = sav->tdb_authalgxform; in ah_input()
850 ahx = sav->tdb_authalgxform; in ah_output()
H A Dkeydb.h164 const struct auth_hash *tdb_authalgxform;/* authentication algorithm */ member
H A Dkey_debug.c867 if (sav->tdb_authalgxform != NULL) in kdebug_secasv()
868 printf(" alg_auth=%s\n", sav->tdb_authalgxform->name); in kdebug_secasv()