Searched refs:boot_enc_load (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 42 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/ |
D | enc_key.h | 70 int boot_enc_load(struct boot_loader_state *state, int slot,
|
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 801 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);
|
D | ram_load.c | 156 rc = boot_enc_load(state, slot, hdr, fap_src, &bs); in boot_decrypt_and_copy_image_to_sram()
|
D | encrypted.c | 635 boot_enc_load(struct boot_loader_state *state, int slot, in boot_enc_load() function
|