mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-26 10:57:23 +00:00
Seos: fix key handling
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,7 @@
|
||||
#include "common.h"
|
||||
#include "seos_cmd.h"
|
||||
|
||||
int infoSeos(bool verbose);
|
||||
int infoSeos(bool verbose, int privacy_key_index, int auth_key_index);
|
||||
int CmdHFSeos(const char *Cmd);
|
||||
int seos_kdf(bool encryption, uint8_t *masterKey, uint8_t keyslot,
|
||||
uint8_t *adfOid, size_t adfoid_len, uint8_t *diversifier, uint8_t diversifier_len, uint8_t *out, int encryption_algorithm, int hash_algorithm);
|
||||
|
||||
Reference in New Issue
Block a user