Searched refs:boot_enc_load (Results 1 – 4 of 4) sorted by relevance
/mcuboot-3.6.0/boot/bootutil/include/bootutil/ |
D | enc_key.h | 55 int boot_enc_load(struct enc_key_data *enc_state, int image_index,
|
/mcuboot-3.6.0/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 39 rc = boot_enc_load(BOOT_CURR_ENC(state), image_index, hdr, fa_p, bs); in boot_image_validate_encrypted() 248 rc = boot_enc_load(BOOT_CURR_ENC(state), image_index, hdr, fa_p, bs); in decrypt_image_inplace()
|
/mcuboot-3.6.0/boot/bootutil/src/ |
D | loader.c | 514 rc = boot_enc_load(BOOT_CURR_ENC(state), image_index, hdr, fap, bs); in boot_image_check() 1175 rc = boot_enc_load(BOOT_CURR_ENC(state), image_index, in boot_copy_image() 1296 rc = boot_enc_load(BOOT_CURR_ENC(state), image_index, hdr, fap, bs); in boot_swap_image() 1320 rc = boot_enc_load(BOOT_CURR_ENC(state), image_index, hdr, fap, bs); in boot_swap_image() 2677 rc = boot_enc_load(BOOT_CURR_ENC(state), image_index, hdr, fap_src, &bs);
|
D | encrypted.c | 607 boot_enc_load(struct enc_key_data *enc_state, int image_index, in boot_enc_load() function
|