WIP: verify pre loaded app 2

This commit is contained in:
Mikael Ågren 2025-03-21 15:24:56 +01:00
parent 76b7ba7d73
commit ff472b0c1f
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
5 changed files with 75 additions and 7 deletions

View file

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