00001 00008 /* (c) 2007 Technische Universitaet Dresden 00009 * This file is part of DROPS, which is distributed under the terms of the 00010 * GNU General Public License 2. Please see the COPYING file for details. */ 00011 00012 #ifndef __INTEGRITY_H 00013 #define __INTEGRITY_H 00014 00015 #include "integrity-types.h" 00016 #include "app.h" 00017 00018 int 00019 integrity_parse_id(const char *id64, integrity_id_t *id); 00020 00021 void 00022 integrity_hash_data(app_t *app, const char *name, 00023 const char *data, size_t size); 00024 00025 int 00026 integrity_report_hash(const cfg_task_t *cfg, app_t *app); 00027 00028 #endif /* __INTEGRITY_H */