Seos: fix key handling

This commit is contained in:
Mistial Developer
2026-03-20 12:06:29 -07:00
parent 48c47d84c2
commit 30013fff2b
2 changed files with 370 additions and 232 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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);