Searched refs:boot_write_enc_key (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | swap_misc.c | 117 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()
|
D | bootutil_misc.c | 311 boot_write_enc_key(const struct flash_area *fap, uint8_t slot, in boot_write_enc_key() function
|
D | swap_scratch.c | 713 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()
|
D | bootutil_priv.h | 341 int boot_write_enc_key(const struct flash_area *fap, uint8_t slot,
|