emrtd: Mark biometrics as EAC-only and introduce the concept

This commit is contained in:
Ave
2020-12-23 23:21:54 +03:00
parent f26e027e23
commit a1762fa4a3
2 changed files with 25 additions and 24 deletions

View File

@@ -19,6 +19,7 @@ typedef struct emrtd_dg_s {
const char *filename;
const char *desc;
bool pace;
bool eac; // EAC only (we can't dump these)
bool required; // some are required only if PACE
bool fastdump; // fast to dump
int (*parser)(uint8_t *data, size_t datalen);