Home
last modified time | relevance | path

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

/trueos/sys/netipsec/
HDxform_esp.c141 if (sav->tdb_authalgxform != NULL && sav->replay) in esp_hdrsiz()
223 if (sav->tdb_authalgxform && sav->tdb_encalgxform) { in esp_init()
231 } else if (sav->tdb_authalgxform) { in esp_init()
295 esph = sav->tdb_authalgxform; in esp_input()
488 esph = sav->tdb_authalgxform; in esp_input_cb()
691 esph = sav->tdb_authalgxform; in esp_output()
963 if (sav->tdb_authalgxform != NULL) in esp_output_cb()
980 esph = sav->tdb_authalgxform; in esp_output_cb()
HDxform_ah.c172 IPSEC_ASSERT(sav->tdb_authalgxform != NULL, ("null xform")); in ah_hdrsiz()
225 sav->tdb_authalgxform = thash; in ah_init0()
229 cria->cri_alg = sav->tdb_authalgxform->type; in ah_init0()
266 sav->tdb_authalgxform = NULL; in ah_zeroize()
580 IPSEC_ASSERT(sav->tdb_authalgxform != NULL, in ah_input()
606 ahx = sav->tdb_authalgxform; in ah_input()
757 ahx = (struct auth_hash *) sav->tdb_authalgxform; in ah_input_cb()
908 ahx = sav->tdb_authalgxform; in ah_output()
HDxform_tcp.c124 sav->tdb_authalgxform = NULL; in tcpsignature_zeroize()
HDkeydb.h149 struct auth_hash *tdb_authalgxform; /* authentication algorithm */ member
HDipsec.c1239 isr->sav->tdb_authalgxform != NULL && in ipsec_in_reject()
HDkey.c3035 sav->tdb_authalgxform = NULL; /* authentication algorithm */ in key_setsaval()