xformsw
static struct xformsw *xforms = NULL;
xform_register(struct xformsw *xsp)
struct xformsw *xsp;
const struct xformsw *tdb_xform; /* transform */
struct xformsw;
int (*xf_init)(struct secasvar *, const struct xformsw *);
struct xformsw *xf_next; /* list of registered xforms */
void xform_register(struct xformsw *);
int ah_init0(struct secasvar *, const struct xformsw *, struct cryptoini *);
static struct xformsw ah_xformsw = {
ah_init0(struct secasvar *sav, const struct xformsw *xsp,
ah_init(struct secasvar *sav, const struct xformsw *xsp)
static struct xformsw esp_xformsw = {
esp_init(struct secasvar *sav, const struct xformsw *xsp)
static struct xformsw ipcomp_xformsw = {
ipcomp_init(struct secasvar *sav, const struct xformsw *xsp)
ipe4_init(struct secasvar *sav, const struct xformsw *xsp)
static struct xformsw ipe4_xformsw = {
static struct xformsw tcpsignature_xformsw = {
tcpsignature_init(struct secasvar *sav, const struct xformsw *xsp)