Home
last modified time | relevance | path

Searched refs:xformsw (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dxform.h88 struct xformsw { struct
91 int (*xf_init)(struct secasvar*, struct xformsw*); /* setup */ argument
99 LIST_ENTRY(xformsw) chain; argument
113 int ah_init0(struct secasvar *, struct xformsw *,
H A Dsubr_ipsec.c167 static LIST_HEAD(xforms_list, xformsw) xforms = LIST_HEAD_INITIALIZER();
176 struct xformsw *xsp, *entry; in xform_attach()
178 xsp = (struct xformsw *)data; in xform_attach()
196 struct xformsw *xsp = (struct xformsw *)data; in xform_detach()
214 struct xformsw *entry; in xform_init()
H A Dkey.h49 struct xformsw;
78 void key_delete_xform(const struct xformsw *);
H A Dkeydb.h124 struct xformsw;
162 const struct xformsw *tdb_xform; /* transform */
H A Dxform_tcp.c339 tcpsignature_init(struct secasvar *sav, struct xformsw *xsp) in tcpsignature_init()
369 static struct xformsw tcpsignature_xformsw = {
H A Dxform_ah.c175 ah_init0(struct secasvar *sav, struct xformsw *xsp, in ah_init0()
232 ah_init(struct secasvar *sav, struct xformsw *xsp) in ah_init()
1152 static struct xformsw ah_xformsw = {
H A Dxform_ipcomp.c157 ipcomp_init(struct secasvar *sav, struct xformsw *xsp) in ipcomp_init()
737 static struct xformsw ipcomp_xformsw = {
H A Dxform_esp.c143 esp_init(struct secasvar *sav, struct xformsw *xsp) in esp_init()
1050 static struct xformsw esp_xformsw = {
H A Dkey.c6119 key_delete_xform(const struct xformsw *xsp) in key_delete_xform()