Searched refs:imgverify (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/usr/
H A Dimgtrust.h14 extern int imgverify ( struct image *image, struct image *signature,
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dimgtrust.c44 int imgverify ( struct image *image, struct image *signature, function
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dimage_trust_cmd.c83 /** "imgverify" options */
91 /** "imgverify" option list */
99 /** "imgverify" command descriptor */
106 * The "imgverify" command
139 if ( ( rc = imgverify ( image, signature, opts.signer ) ) != 0 ) {
163 .name = "imgverify",

Completed in 143 milliseconds