Symbol: xformsw
sys/netipsec/ipsec.c
1868
static struct xformsw *xforms = NULL;
sys/netipsec/ipsec.c
1874
xform_register(struct xformsw *xsp)
sys/netipsec/ipsec.c
1886
struct xformsw *xsp;
sys/netipsec/keydb.h
137
const struct xformsw *tdb_xform; /* transform */
sys/netipsec/keydb.h
90
struct xformsw;
sys/netipsec/xform.h
79
int (*xf_init)(struct secasvar *, const struct xformsw *);
sys/netipsec/xform.h
84
struct xformsw *xf_next; /* list of registered xforms */
sys/netipsec/xform.h
88
void xform_register(struct xformsw *);
sys/netipsec/xform.h
97
int ah_init0(struct secasvar *, const struct xformsw *, struct cryptoini *);
sys/netipsec/xform_ah.c
1212
static struct xformsw ah_xformsw = {
sys/netipsec/xform_ah.c
196
ah_init0(struct secasvar *sav, const struct xformsw *xsp,
sys/netipsec/xform_ah.c
250
ah_init(struct secasvar *sav, const struct xformsw *xsp)
sys/netipsec/xform_esp.c
1016
static struct xformsw esp_xformsw = {
sys/netipsec/xform_esp.c
180
esp_init(struct secasvar *sav, const struct xformsw *xsp)
sys/netipsec/xform_ipcomp.c
632
static struct xformsw ipcomp_xformsw = {
sys/netipsec/xform_ipcomp.c
99
ipcomp_init(struct secasvar *sav, const struct xformsw *xsp)
sys/netipsec/xform_ipip.c
552
ipe4_init(struct secasvar *sav, const struct xformsw *xsp)
sys/netipsec/xform_ipip.c
580
static struct xformsw ipe4_xformsw = {
sys/netipsec/xform_tcp.c
138
static struct xformsw tcpsignature_xformsw = {
sys/netipsec/xform_tcp.c
85
tcpsignature_init(struct secasvar *sav, const struct xformsw *xsp)