Searched refs:xformsw (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | xform.h | 88 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 D | subr_ipsec.c | 167 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 D | key.h | 49 struct xformsw; 78 void key_delete_xform(const struct xformsw *);
|
| H A D | keydb.h | 124 struct xformsw; 162 const struct xformsw *tdb_xform; /* transform */
|
| H A D | xform_tcp.c | 339 tcpsignature_init(struct secasvar *sav, struct xformsw *xsp) in tcpsignature_init() 369 static struct xformsw tcpsignature_xformsw = {
|
| H A D | xform_ah.c | 175 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 D | xform_ipcomp.c | 157 ipcomp_init(struct secasvar *sav, struct xformsw *xsp) in ipcomp_init() 737 static struct xformsw ipcomp_xformsw = {
|
| H A D | xform_esp.c | 143 esp_init(struct secasvar *sav, struct xformsw *xsp) in esp_init() 1050 static struct xformsw esp_xformsw = {
|
| H A D | key.c | 6119 key_delete_xform(const struct xformsw *xsp) in key_delete_xform()
|