mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Moving out INS_EXTRAS from 0x88 (taken by ISO 7816) to 0x54 (presumably free).
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
468051288c
commit
4a57698173
1 changed files with 1 additions and 1 deletions
|
|
@ -1809,6 +1809,7 @@ typedef struct cmd
|
|||
#define INS_KEY_GEN 0x48
|
||||
#define INS_INITIALIZE 0x50
|
||||
#define INS_IMPORT_DKEK 0x52
|
||||
#define INS_EXTRAS 0x54
|
||||
#define INS_LIST_KEYS 0x58
|
||||
#define INS_DECRYPT_ASYM 0x62
|
||||
#define INS_SIGNATURE 0x68
|
||||
|
|
@ -1817,7 +1818,6 @@ typedef struct cmd
|
|||
#define INS_DERIVE_ASYM 0x76
|
||||
#define INS_CIPHER_SYM 0x78
|
||||
#define INS_CHALLENGE 0x84
|
||||
#define INS_EXTRAS 0x88
|
||||
#define INS_SELECT_FILE 0xA4
|
||||
#define INS_READ_BINARY 0xB0
|
||||
#define INS_READ_BINARY_ODD 0xB1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue