|
Embedded SDK
Embedded SDK
|
Describes one APDU command the harness may synthesise and dispatch. More...
#include <fuzz_defs.h>
Public Attributes | |
| uint8_t | cla |
| APDU class byte. | |
| uint8_t | ins |
| APDU instruction byte. | |
| uint8_t | p1_max |
| Upper bound for P1 (0 = full range [0,255]). | |
| uint8_t | p2_max |
| Upper bound for P2 (0 = full range [0,255]). | |
| uint8_t | flags |
| Bitfield of FUZZ_CMD_* flags. | |
Describes one APDU command the harness may synthesise and dispatch.
Definition at line 29 of file fuzz_defs.h.
| uint8_t fuzz_command_spec_t::cla |
APDU class byte.
Definition at line 30 of file fuzz_defs.h.
| uint8_t fuzz_command_spec_t::flags |
Bitfield of FUZZ_CMD_* flags.
Definition at line 34 of file fuzz_defs.h.
| uint8_t fuzz_command_spec_t::ins |
APDU instruction byte.
Definition at line 31 of file fuzz_defs.h.
| uint8_t fuzz_command_spec_t::p1_max |
Upper bound for P1 (0 = full range [0,255]).
Definition at line 32 of file fuzz_defs.h.
| uint8_t fuzz_command_spec_t::p2_max |
Upper bound for P2 (0 = full range [0,255]).
Definition at line 33 of file fuzz_defs.h.