|
iPXE
|
Image encryption management commands. More...
#include <stdint.h>#include <stdio.h>#include <string.h>#include <getopt.h>#include <ipxe/image.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <usr/imgmgmt.h>#include <usr/imgcrypt.h>Go to the source code of this file.
Data Structures | |
| struct | imgdecrypt_options |
| "imgdecrypt" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | imgdecrypt_exec (int argc, char **argv) |
| The "imgdecrypt" command. More... | |
| COMMAND (imgdecrypt, imgdecrypt_exec) | |
| Image encryption management commands. More... | |
Variables | |
| static struct option_descriptor | imgdecrypt_opts [] |
| "imgdecrypt" option list More... | |
| static struct command_descriptor | imgdecrypt_cmd |
| "imgdecrypt" command descriptor More... | |
Image encryption management commands.
Definition in file image_crypt_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "imgdecrypt" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 74 of file image_crypt_cmd.c.
References imgacquire(), imgdecrypt(), imgdecrypt_cmd, optind, opts, parse_options(), printf(), rc, strerror(), and unregister_image().
| COMMAND | ( | imgdecrypt | , |
| imgdecrypt_exec | |||
| ) |
Image encryption management commands.
|
static |
"imgdecrypt" option list
Definition at line 53 of file image_crypt_cmd.c.
|
static |
"imgdecrypt" command descriptor
Definition at line 63 of file image_crypt_cmd.c.
Referenced by imgdecrypt_exec().
1.8.15