OVAL to/from S-exp conversion functions - header file. More...
#include <seap.h>
#include <config.h>
#include "../common/util.h"
#include "oval_definitions_impl.h"
Go to the source code of this file.
Functions | |
SEXP_t * | oval_value_to_sexp (struct oval_value *val, oval_datatype_t dtype) |
SEXP_t * | oval_object2sexp (const char *typestr, struct oval_object *object, struct oval_syschar_model *syschar_model, void *sess) |
SEXP_t * | oval_state2sexp (struct oval_state *state, void *sess) |
struct oval_syschar * | oval_sexp2sysch (const SEXP_t *s_exp, struct oval_syschar_model *model, struct oval_object *object) |
int | oval_sysch_apply_sexp (struct oval_syschar *sysch, const SEXP_t *cobj, struct oval_object *object) |
Variables | |
OSCAP_HIDDEN_START | |
OSCAP_HIDDEN_END |
OVAL to/from S-exp conversion functions - header file.