Home
last modified time | relevance | path

Searched refs:boot_handle_enc_fw (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/boot/boot_serial/include/boot_serial/
Dboot_serial_encryption.h35 int boot_handle_enc_fw(const struct flash_area *flash_area);
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c295 boot_handle_enc_fw(const struct flash_area *flash_area) in boot_handle_enc_fw() function
Dboot_serial.c1196 rc = boot_handle_enc_fw(fap); in bs_upload()