Home
last modified time | relevance | path

Searched refs:boot_enc_load (Results 1 – 5 of 5) sorted by relevance

/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c42 rc = boot_enc_load(state, 1, hdr, fa_p, bs, start_off); in boot_image_validate_encrypted()
44 rc = boot_enc_load(state, 1, hdr, fa_p, bs); in boot_image_validate_encrypted()
253 rc = boot_enc_load(state, 0, hdr, fa_p, bs, 0); in decrypt_image_inplace()
255 rc = boot_enc_load(state, 0, hdr, fa_p, bs); in decrypt_image_inplace()
/mcuboot-latest/boot/bootutil/include/bootutil/
Denc_key.h70 int boot_enc_load(struct boot_loader_state *state, int slot,
/mcuboot-latest/boot/bootutil/src/
Dloader.c801 rc = boot_enc_load(state, 1, hdr, fap, bs, 0); in boot_image_check()
803 rc = boot_enc_load(state, 1, hdr, fap, bs); in boot_image_check()
1545 rc = boot_enc_load(state, BOOT_SECONDARY_SLOT,
1549 rc = boot_enc_load(state, BOOT_SECONDARY_SLOT,
1679 rc = boot_enc_load(state, 0, hdr, fap, bs, 0);
1681 rc = boot_enc_load(state, 0, hdr, fap, bs);
1707 rc = boot_enc_load(state, 1, hdr, fap, bs, 0);
1709 rc = boot_enc_load(state, 1, hdr, fap, bs);
Dram_load.c156 rc = boot_enc_load(state, slot, hdr, fap_src, &bs); in boot_decrypt_and_copy_image_to_sram()
Dencrypted.c635 boot_enc_load(struct boot_loader_state *state, int slot, in boot_enc_load() function