HomeSort by: relevance | last modified time | path
    Searched refs:xformsw (Results 1 - 8 of 8) sorted by relevancy

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

Completed in 46 milliseconds