Home
last modified time | relevance | path

Searched refs:boot_write_enc_key (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_misc.c117 rc = boot_write_enc_key(fap, 0, bs); in swap_status_init()
120 rc = boot_write_enc_key(fap, 1, bs); in swap_status_init()
Dbootutil_misc.c311 boot_write_enc_key(const struct flash_area *fap, uint8_t slot, in boot_write_enc_key() function
Dswap_scratch.c713 rc = boot_write_enc_key(fap_primary_slot, 0, bs); in boot_swap_sectors()
716 rc = boot_write_enc_key(fap_primary_slot, 1, bs); in boot_swap_sectors()
Dbootutil_priv.h341 int boot_write_enc_key(const struct flash_area *fap, uint8_t slot,