summaryrefslogtreecommitdiffstats
path: root/src/include/usr/imgtrust.h
blob: 1e43f5d3daecc46ab41a746e426a83ce3f03e8d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _USR_IMGTRUST_H
#define _USR_IMGTRUST_H

/** @file
 *
 * Image trust management
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#include <ipxe/image.h>

extern int imgverify ( struct image *image, struct image *signature,
		       const char *name );

#endif /* _USR_IMGTRUST_H */