xformsw
key_delete_xform(const struct xformsw *xsp)
struct xformsw;
void key_delete_xform(const struct xformsw *);
struct xformsw;
const struct xformsw *tdb_xform; /* transform */
static LIST_HEAD(xforms_list, xformsw) xforms = LIST_HEAD_INITIALIZER();
struct xformsw *xsp, *entry;
xsp = (struct xformsw *)data;
struct xformsw *xsp = (struct xformsw *)data;
struct xformsw *entry;
int ah_init0(struct secasvar *, struct xformsw *,
int (*xf_init)(struct secasvar*, struct xformsw*); /* setup */
LIST_ENTRY(xformsw) chain;
static struct xformsw ah_xformsw = {
ah_init0(struct secasvar *sav, struct xformsw *xsp,
ah_init(struct secasvar *sav, struct xformsw *xsp)
static struct xformsw esp_xformsw = {
esp_init(struct secasvar *sav, struct xformsw *xsp)
ipcomp_init(struct secasvar *sav, struct xformsw *xsp)
static struct xformsw ipcomp_xformsw = {
tcpsignature_init(struct secasvar *sav, struct xformsw *xsp)
static struct xformsw tcpsignature_xformsw = {