20 #ifndef OSCAP_XCCDF_RESULT_SCORING_H
21 #define OSCAP_XCCDF_RESULT_SCORING_H
31 #include "common/util.h"
General OpenScap functions and types.
XCCDF score.
Definition: item.h:370
struct xccdf_score * xccdf_result_calculate_score(struct xccdf_result *test_result, struct xccdf_item *benchmark, const char *score_system)
Calculate new XCCDF Score for given xccdf:TestResult.
Definition: result_scoring.c:251
Actual results of running a XCCDF test or profile.
Definition: xccdf_benchmark.h:232
Open-scap XCCDF library interface.
A base class for XCCDF items.
Definition: item.h:221