Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Denc_key.h68 int boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot,
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c49 rc = boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs); in boot_image_validate_encrypted()
260 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), 0, bs)) { in decrypt_image_inplace()
/mcuboot-latest/boot/bootutil/src/
Dram_load.c162 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), slot, &bs)) { in boot_decrypt_and_copy_image_to_sram()
Dloader.c808 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs)) { in boot_image_check()
1557 if (rc == 0 && boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs)) {
1686 rc = boot_enc_set_key(BOOT_CURR_ENC(state), 0, bs);
1714 rc = boot_enc_set_key(BOOT_CURR_ENC(state), 1, bs);
1756 boot_enc_set_key(BOOT_CURR_ENC(state), slot, bs);
Dencrypted.c370 boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot, in boot_enc_set_key() function