iPXE
imgdecrypt_options Struct Reference

"imgdecrypt" options More...

Data Fields

char * name
 Decrypted image name.
int keep
 Keep envelope after decryption.
unsigned long timeout
 Download timeout.
int quiet
 Display only error messages.

Detailed Description

"imgdecrypt" options

Definition at line 43 of file image_crypt_cmd.c.

Field Documentation

◆ name

char* imgdecrypt_options::name

Decrypted image name.

Definition at line 45 of file image_crypt_cmd.c.

◆ keep

int imgdecrypt_options::keep

Keep envelope after decryption.

Definition at line 47 of file image_crypt_cmd.c.

◆ timeout

unsigned long imgdecrypt_options::timeout

Download timeout.

Definition at line 49 of file image_crypt_cmd.c.

◆ quiet

int imgdecrypt_options::quiet

Display only error messages.

Definition at line 51 of file image_crypt_cmd.c.


The documentation for this struct was generated from the following file: