mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
feat(esp_tee): Add support for flash memory isolation and protection (SPI0)
This commit is contained in:
@@ -28,15 +28,19 @@
|
||||
26 IDF esp_sha_dma 6
|
||||
27 IDF esp_sha_read_digest_state 2
|
||||
28 IDF esp_sha_write_digest_state 2
|
||||
29 custom esp_tee_ota_begin 0
|
||||
30 custom esp_tee_ota_write 3
|
||||
31 custom esp_tee_ota_end 0
|
||||
32 custom esp_tee_sec_storage_init 0
|
||||
33 custom esp_tee_sec_storage_gen_key 1
|
||||
34 custom esp_tee_sec_storage_get_signature 4
|
||||
35 custom esp_tee_sec_storage_get_pubkey 2
|
||||
36 custom esp_tee_sec_storage_encrypt 8
|
||||
37 custom esp_tee_sec_storage_decrypt 8
|
||||
38 custom esp_tee_sec_storage_is_slot_empty 1
|
||||
39 custom esp_tee_sec_storage_clear_slot 1
|
||||
40 custom esp_tee_att_generate_token 6
|
||||
29 IDF mmu_hal_map_region 6
|
||||
30 IDF mmu_hal_unmap_region 3
|
||||
31 IDF mmu_hal_vaddr_to_paddr 4
|
||||
32 IDF mmu_hal_paddr_to_vaddr 5
|
||||
33 custom esp_tee_ota_begin 0
|
||||
34 custom esp_tee_ota_write 3
|
||||
35 custom esp_tee_ota_end 0
|
||||
36 custom esp_tee_sec_storage_init 0
|
||||
37 custom esp_tee_sec_storage_gen_key 1
|
||||
38 custom esp_tee_sec_storage_get_signature 4
|
||||
39 custom esp_tee_sec_storage_get_pubkey 2
|
||||
40 custom esp_tee_sec_storage_encrypt 8
|
||||
41 custom esp_tee_sec_storage_decrypt 8
|
||||
42 custom esp_tee_sec_storage_is_slot_empty 1
|
||||
43 custom esp_tee_sec_storage_clear_slot 1
|
||||
44 custom esp_tee_att_generate_token 6
|
||||
|
Reference in New Issue
Block a user