emrtd table: pace flag

This commit is contained in:
Philippe Teuwen
2020-12-19 17:12:08 +01:00
parent e277eaaab2
commit 019f4a7e94
2 changed files with 34 additions and 28 deletions

View File

@@ -18,10 +18,11 @@ typedef struct emrtd_dg_s {
const char *fileid;
const char *filename;
const char *desc;
bool required;
bool pace;
bool required; // some are required only if PACE
bool fastdump; // fast to dump
int (*parser)(uint8_t *data, size_t datalen);
int (*dumper)(uint8_t *data, size_t datalen);
bool fastdump;
} emrtd_dg_t;
int CmdHFeMRTD(const char *Cmd);