mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-14 17:35:41 -04:00
WIP: verify pre loaded app 2
This commit is contained in:
parent
76b7ba7d73
commit
ff472b0c1f
5 changed files with 75 additions and 7 deletions
|
@ -18,5 +18,8 @@ int preload_store_finalize(struct partition_table *part_table, size_t app_size,
|
|||
uint8_t app_digest[32], uint8_t app_signature[64],
|
||||
uint8_t to_slot);
|
||||
int preload_delete(struct partition_table *part_table, uint8_t slot);
|
||||
int preload_get_digsig(struct partition_table *part_table,
|
||||
uint8_t app_digest[32], uint8_t app_signature[64],
|
||||
uint8_t slot);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue