iPXE
|
An ASN.1 test. More...
#include <asn1_test.h>
Data Fields | |
struct image_type * | type |
Image type. More... | |
struct image * | image |
Source image. More... | |
struct asn1_test_digest * | expected |
Expected digests of ASN.1 objects. More... | |
unsigned int | count |
Number of ASN.1 objects. More... | |
An ASN.1 test.
Definition at line 24 of file asn1_test.h.
struct image_type* asn1_test::type |
Image type.
Definition at line 26 of file asn1_test.h.
struct image* asn1_test::image |
Source image.
Definition at line 28 of file asn1_test.h.
struct asn1_test_digest* asn1_test::expected |
Expected digests of ASN.1 objects.
Definition at line 30 of file asn1_test.h.
unsigned int asn1_test::count |
Number of ASN.1 objects.
Definition at line 32 of file asn1_test.h.